Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 26) sorted by relevance

12

/coreutils/tests/env/
Denv-null.sh32 env -i PATH="$PATH" env -0 > out1 || fail=1
33 env -i PATH="$PATH" printenv -0 > out2 || fail=1
35 env -i PATH="$PATH" env --null > out2 || fail=1
37 env -i PATH="$PATH" printenv --null > out2 || fail=1
Denv.sh101 test x$(PATH=$PATH:unlikely_name env also_unlikely) = xpass || fail=1
102 test x$(env PATH="$PATH":unlikely_name also_unlikely) = xpass || fail=1
105 PATH=$PATH:
106 export PATH
/coreutils/tests/sort/
Dsort-compress.sh45 PATH=.:$PATH exec sort -S 1k --compress-program=gzip in > /dev/null
49 PATH=.:$PATH sort -S 1k --compress-program=gzip in > out || fail=1
55 PATH=.:$PATH sort -S 1k in > out || fail=1
67 PATH=.:$PATH sort --compress-program=dzip -S 1k in > out || fail=1
/coreutils/tests/id/
Dsetgid.sh37 env PATH="$PATH" id -G > out || fail=1
43 env PATH="$PATH" id > out || fail=1
/coreutils/tests/rm/
Dfail-2eperm.sh35 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
44 env PATH="$PATH" rm -rf a 2> out-t && fail=1
Dno-give-up.sh33 returns_ 1 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
Dfail-eperm.xpl40 $ENV{PATH} = '/bin:/usr/bin';
/coreutils/tests/mv/
Dsticky-to-xpart.sh45 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
54 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/
Dinit.sh75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
76 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \
441 for dir in $PATH; do
449 PATH="$new_PATH"
450 export PATH
550 PATH="$abs_path_dir_$PATH_SEPARATOR$PATH"
557 export PATH
Dlocal.mk84 ; test -d /usr/xpg4/bin && PATH='/usr/xpg4/bin$(PATH_SEPARATOR)'"$$PATH"; \
85 PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
/coreutils/tests/touch/
Dnow-owned-by-other.sh31 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/truncate/
Dtruncate-owned-by-other.sh32 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/scripts/
Dautotools-install151 export PATH=$prefix/bin:$PATH
193 case $PATH in
197 Be sure that "$prefix/bin" is earlier in your PATH than /bin, /usr/bin, etc.
/coreutils/tests/cp/
Dspecial-bits.sh45 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" cp -p c c2 \
Dpreserve-gid.sh131 / env PATH="$tmp_path" "$@"
/coreutils/src/
Ddu-tests55 <(PATH=$VG_PATH_PREFIX$d1 du $args 2>&1) <(PATH=$d2 du $args 2>&1)
/coreutils/scripts/build-older-versions/
Dbuild-older-versions.sh195 Run the following command to add all programs to your \$PATH:
197 export PATH=\$PATH:\$HOME/old-coreutils/bin
DREADME.older-versions156 By adding the directory to your $PATH, older versions can be easily used:
158 export PATH=$PATH:$HOME/old-coreutils/bin
/coreutils/
DREADME-prereq33 export PATH=$prefix/bin:$PATH
DREADME-release10 are in your PATH. See the buildreq list in bootstrap.conf for
54 sudo env PATH="$PATH" NON_ROOT_USERNAME=$USER \
Dinit.cfg22 # Having an unsearchable directory in PATH causes execve to fail with EACCES
24 # Avoid the problem by rewriting PATH to exclude unsearchable directories.
25 # Also, if PATH lacks /sbin and/or /usr/sbin, append it/them.
32 set -- $PATH
53 PATH=$new_path
54 export PATH
460 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
DREADME-install90 sudo env PATH="$PATH" NON_ROOT_USERNAME=$USER make -k check-root
Dcfg.mk355 @PATH=./src$(PATH_SEPARATOR)$$PATH; export PATH; \
/coreutils/tests/pwd/
Dpwd-long.sh64 $ENV{PATH} = '/bin:/usr/bin';
/coreutils/doc/
Dcoreutils.texi17733 @vindex PATH
17736 searched for according to the @env{PATH} environment variable. Any
17741 Modifications to @env{PATH} take effect prior to searching for
17742 @var{command}. Use caution when reducing @env{PATH}; behavior is
17743 not portable when @env{PATH} is undefined or omits key directories
17750 executable in the current @env{PATH}:
17768 @samp{PATH=.:/gnubin:/hacks}:
17778 PATH=.:/gnubin:/hacks
17783 original @env{PATH} to avoid problems in locating @command{foo}.
17785 env - PATH="$PATH" foo
[all …]

12