diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-26 09:10:30 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-26 09:10:30 +0100 |
commit | 9673b2b59abb0e6f04bc9224d90c574fd75c52bc (patch) | |
tree | c22db57ed5c5333b61a2d0c3a6dc97bfb8e8beab /acconfig.h | |
parent | - OpenBSD CVS update: (diff) | |
download | openssh-9673b2b59abb0e6f04bc9224d90c574fd75c52bc.tar.xz openssh-9673b2b59abb0e6f04bc9224d90c574fd75c52bc.zip |
- Fixed implicit '.' in default path, report from Jim Knoble
<jmknoble@pobox.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 60dd43010..2ed1033b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -244,7 +244,7 @@ enum #endif #ifndef _PATH_STDPATH -# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:" +# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" #endif #ifndef _PATH_DEVNULL |