代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/374581/2749541
tests argv0.tests
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK
www.eeworm.com/read/374581/2749555
tests argv0.tests
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK
www.eeworm.com/read/357352/3016165
tests argv0.tests
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK
www.eeworm.com/read/357352/3016179
tests argv0.tests
if test $# = 0; then
exec "$THIS_SH" "$0" arg
fi
echo OK
www.eeworm.com/read/179705/9341947
in gsl-config.in
#! /bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
usage()
{
cat