diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-21 20:40:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-21 20:40:58 +0000 |
commit | ecc187a43361b607ab1b2600a6f72db256929529 (patch) | |
tree | de06443557ae89bc90c144431ca1c54e82eff396 /tests/priv-check | |
parent | 0e5a82e69ccd1e5fab1ac7b3769bee019ea266ad (diff) | |
download | coreutils-ecc187a43361b607ab1b2600a6f72db256929529.tar.xz |
Quote "$PATH" in PATH=$PATH.
Diffstat (limited to 'tests/priv-check')
-rw-r--r-- | tests/priv-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/priv-check b/tests/priv-check index b96ae5eed..829a2cf37 100644 --- a/tests/priv-check +++ b/tests/priv-check @@ -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 |