diff options
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r-- | usr.bin/cpp/cpp.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index e842ad665fb..f88625fab9e 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: cpp.sh,v 1.9 2013/12/09 02:35:09 guenther Exp $ +# $OpenBSD: cpp.sh,v 1.10 2019/09/28 17:30:07 ajacoutot Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -39,7 +39,7 @@ # specifies -traditional # doesn't search gcc-include # -PATH=/usr/bin:/bin +PATH=/usr/bin:/bin:/usr/sbin:/sbin TRAD=-traditional DGNUC="@GNUC@" STDINC="-I/usr/include" |