代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/453168/1642234
tests param_glob.tests
if test $# = 0; then
#BUG in builtin_exec! will glob param!
#exec "$THIS_SH" "$0" 'param_glob.t*'
"$THIS_SH" "$0" 'param_glob.t*'
exit
fi
echo $*
echo $@
echo "$*"
echo "$@"
www.eeworm.com/read/233448/4670406
x-mingw32
#
# Make local_includedir relative to EXEC_PREFIX
#
local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
# On MinGW, we use "%IA
www.eeworm.com/read/229898/4727402
in gdlib-config.in
#!/bin/sh
#
# Return information about the local GD library installation
#
# Modeled after pdflib-config
# installation directories
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedi
www.eeworm.com/read/222917/4816318
phpt bug26938.phpt
--TEST--
Bug #26938 (exec does not read consecutive long lines correctly)
--FILE--
www.eeworm.com/read/190346/5183893
sh svntest-check-configuration.sh
#!/bin/sh
EXEC_PATH="`dirname $0`"
# Source the configuration file.
. "$EXEC_PATH/svntest-config.sh"
# Check that every commands could be found
test -x "$SVN" || {
echo "SVN: Not found or not
www.eeworm.com/read/171191/5397930
tcl flash_cksum.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2>