Home | History | Annotate | Download | only in fdlibm

Lines Matching refs:sh

1 #! /bin/sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
24 DUALCASE=1; export DUALCASE # for MKS sh
90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
98 rm -f conf$$.sh
121 # We did not find ourselves, most probably we were run as `sh COMMAND'
137 for as_base in sh bash ksh sh5; do
262 SHELL=${CONFIG_SHELL-/bin/sh}
304 # Use braces instead of parens because sh, perl, etc. also accept them.
515 | --sha | --sh)
520 | --sha=* | --sh=*)
740 # This message is too long to be a string in the A/UX 3.1 sh.
1945 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2418 # Ultrix sh set writes to stderr and can't be redirected directly,
2546 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2547 emulate sh
2555 DUALCASE=1; export DUALCASE # for MKS sh
2621 echo "#! /bin/sh" >conf$$.sh
2622 echo "exit 0" >>conf$$.sh
2623 chmod +x conf$$.sh
2624 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2629 rm -f conf$$.sh
2652 # We did not find ourselves, most probably we were run as `sh COMMAND'
2669 for as_base in sh bash ksh sh5; do