]> andersk Git - gssapi-openssh.git/commitdiff
replace _PATH_STDPATH with _PATH_STDPATH_WITH_SCP which we now define
authorjbasney <jbasney>
Mon, 13 May 2002 19:14:13 +0000 (19:14 +0000)
committerjbasney <jbasney>
Mon, 13 May 2002 19:14:13 +0000 (19:14 +0000)
in pathnames.c to include $GLOBUS_LOCATION/bin so scp is always in the path

openssh/session.c

index 28fbb50f36ed0cbf11d61a2372109fc4659bb656..3e114e9d9ee640643f1c93a26208a891fbf80d90 100644 (file)
@@ -940,7 +940,7 @@ do_setup_env(Session *s, const char *shell)
                 * needed for loading shared libraries. So the path better
                 * remains intact here.
                 */
-               child_set_env(&env, &envsize, "PATH", _PATH_STDPATH);
+               child_set_env(&env, &envsize, "PATH", _PATH_STDPATH_WITH_SCP);
 # endif /* HAVE_CYGWIN */
 #endif /* HAVE_LOGIN_CAP */
 
This page took 1.30914 seconds and 5 git commands to generate.