Home | History | Annotate | Download | only in strace

Lines Matching refs:sh

1 #! /bin/sh
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
22 DUALCASE=1; export DUALCASE # for MKS sh
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
96 rm -f conf$$.sh
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
135 for as_base in sh bash ksh sh5; do
260 SHELL=${CONFIG_SHELL-/bin/sh}
339 # Use braces instead of parens because sh, perl, etc. also accept them.
550 | --sha | --sh)
555 | --sha=* | --sh=*)
779 # This message is too long to be a string in the A/UX 3.1 sh.
1322 if test -f $ac_dir/install-sh; then
1324 ac_install_sh="$ac_aux_dir/install-sh -c"
1326 elif test -f $ac_dir/install.sh; then
1328 ac_install_sh="$ac_aux_dir/install.sh -c"
1337 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1338 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1357 # ./install, which can be erroneously created by make from ./install.sh.
1416 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1654 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1996 sh)
1997 arch=sh
2000 #define SH 1
2778 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3132 # Solaris 8's {/usr,}/bin/sh.
3582 # ./install, which can be erroneously created by make from ./install.sh.
3641 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8280 # Ultrix sh set writes to stderr and can't be redirected directly,
8440 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8441 emulate sh
8449 DUALCASE=1; export DUALCASE # for MKS sh
8515 echo "#! /bin/sh" >conf$$.sh
8516 echo "exit 0" >>conf$$.sh
8517 chmod +x conf$$.sh
8518 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
8523 rm -f conf$$.sh
8546 # We did not find ourselves, most probably we were run as `sh COMMAND'
8563 for as_base in sh bash ksh sh5; do