X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/58b60d163a3c1a5735240ec1697d437b7aaf524a..666096b7e0845519a5f99e021775ebb46c2dfb3d:/setup/setup-openssh.pl diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 94482b6..69a82b0 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -35,18 +35,6 @@ use Getopt::Long; use Cwd; use Cwd 'abs_path'; -# -# modify the ld library path for when we call ssh executables -# - -$oldldpath = $ENV{LD_LIBRARY_PATH}; -$newldpath = "$gpath/lib"; -if (length($oldldpath) > 0) -{ - $newldpath .= ":$oldldpath"; -} -$ENV{LD_LIBRARY_PATH} = "$newldpath"; - # # i'm including this because other perl scripts in the gpt setup directories # do so @@ -1083,7 +1071,7 @@ sub action debug1("$command\n"); - my $result = system("LD_LIBRARY_PATH=\"$gpath/lib:\$LD_LIBRARY_PATH\"; $command >/dev/null 2>&1"); + my $result = system("$command >/dev/null 2>&1"); if (($result or $?) and $command !~ m!patch!) {