1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Quote "$PATH" in PATH=$PATH.

This commit is contained in:
Jim Meyering
2004-06-21 20:40:58 +00:00
parent 0e5a82e69c
commit ecc187a433

View File

@@ -60,7 +60,7 @@ case $PRIV_CHECK_ARG:$my_uid in
echo "$0: skipping this test" 1>&2
(exit 77); exit
}
exec setuidgid $NON_ROOT_USERNAME env PATH=$PATH $0
exec setuidgid $NON_ROOT_USERNAME env PATH="$PATH" $0
;;
require-non-root:*) ;;
esac