Searched +refs:sh +refs:script (Results 1 - 25 of 232) sorted by relevance

12345678910

/macosx-10.10.1/crontabs-52/files/daily/
H A D999.local1 #!/bin/sh
5 # Run the old /etc/daily.local script. This is really for backwards
18 for script in $daily_local
21 case "$script" in
23 if [ -f "$script" ]
25 echo "Running $script:"
27 sh $script || rc=3
29 echo "$script: No such file"
33 echo "$script
[all...]
/macosx-10.10.1/crontabs-52/files/monthly/
H A D999.local1 #!/bin/sh -
15 for script in $monthly_local
18 case "$script" in
20 if [ -f "$script" ]
22 echo "Running $script:"
24 sh $script || rc=3
26 echo "$script: No such file"
30 echo "$script: Not an absolute path"
/macosx-10.10.1/crontabs-52/files/weekly/
H A D999.local1 #!/bin/sh -
15 for script in $weekly_local
18 case "$script" in
20 if [ -f "$script" ]
22 echo "Running $script:"
24 sh $script || rc=3
26 echo "$script: No such file"
30 echo "$script: Not an absolute path"
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dconfigure.com3 $! We do not use the configure script, since we do not have /bin/sh
/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dconfig.bat62 Rem install-sh is required by the configure script but clashes with the
64 Rem script runs and rename it afterwards
65 test -f install-sh
67 test -f install-sh.sh
68 if not errorlevel 1 mv -f install-sh.sh install-sh
70 echo Running the ./configure script
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dvariables.sh34 [[ ${.sh.version} == "$KSH_VERSION" ]] || err_exit '.sh.version != KSH_VERSION'
117 nameref foo=${.sh.name}.save
118 foo=${.sh.value}
119 .sh.value=$0
127 nameref foo=${.sh.name}.save
128 .sh.value=$foo
179 .sh.value=stuff
240 .sh.value=good
438 cat > $tmp/script <<
[all...]
H A Dfunctions.sh142 cat > $tmp/script <<-\!
145 chmod +x $tmp/script
148 $tmp/script "$@"
153 cat > $tmp/script <<-\!
161 if ! $tmp/script
164 if ! $SHELL -c $tmp/script
167 $SHELL -c "trap 'rm $tmp/script' EXIT"
168 if [[ -f $tmp/script ]]
171 cat > $tmp/script <<- \EOF
180 chmod +x $tmp/script
[all...]
H A Dbasic.sh118 cat > $tmp/script <<- !
122 chmod 755 $tmp/script
123 if [[ $($tmp/script) != "$tmp/script" ]]
124 then err_exit '$0 not correct for #! script'
165 then err_exit "script not working"
168 then err_exit "script | cat not working"
186 cat > $tmp/script <<\!
194 chmod +x $tmp/script
195 case $( (print) | $tmp/script;
[all...]
H A Darith.sh237 $SHELL -nc '((a = 1))' 2> /dev/null || err_exit "sh -n fails with arithmetic"
238 $SHELL -nc '((a.b++))' 2> /dev/null || err_exit "sh -n fails with arithmetic2"
373 cat > $tmp/script <<-\!
378 .sh.value=777
419 chmod +x $tmp/script
420 [[ $($tmp/script 1) != '( bar=2 baz=3 foo=1 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
421 [[ $($tmp/script 2) != '( faz=0 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
422 [[ $($tmp/script 3) != '( foz=777 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
423 [[ $($tmp/script 4) != '( foz=777 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'
424 [[ $($tmp/script
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprocess.test20 source [file join [file dirname [info script]] testlib.tcl]
24 removeFile script
25 makeFile {after 1000;update;exit 12} script
26 set newPid [execl $::tcltest::tcltest script]
51 removeFile script
52 makeFile {after 1000;update;exit 12} script
53 catch {execl $::tcltest::tcltest script} msg
96 set script "sleep 1; if test \"\$0\" = \"FOOPROC\"; then\n\
98 catch [list execl -argv0 FOOPROC /bin/sh [list -c $script]] ms
[all...]
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Ddump-remind.in1 #!/bin/sh
7 # This script should be run by tar with --info-script (-F) to inform
18 . ${LIBPATH-@libexecdir@}/backup.sh
72 This is an automated report from the backup script running on
95 This is an automated report from the backup script running on
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check_test.sh30 # The Atf_Check variable is set by atf-sh.
38 cat >script.sh <<EOF
42 chmod +x script.sh
44 if ! ${Atf_Check} "${@}" ./script.sh >tmp; then
56 cat >script.sh <<EOF
60 chmod +x script
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/ms/
H A Dconfig.bat102 Rem Create a response file for the configure script.
180 Rem install-sh is required by the configure script but clashes with the
182 Rem script runs and rename it afterwards
183 test -f %XSRC%/install-sh
185 test -f %XSRC%/install-sh.sh
186 if not errorlevel 1 mv -f %XSRC%/install-sh.sh %XSRC%/install-sh
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcolib.h50 struct Coinit_s /* initialization script state */ \
52 char* script; /* initialization script */ \
56 int sync; /* sync script */ \
117 char* sh; /* sh from first coopen() */ member in struct:Costate_s
123 extern char coident[]; /* coshell ident script */
124 extern char cobinit[]; /* bsh initialition script */
125 extern char cokinit[]; /* ksh initialition script */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl32 set sh [lindex $argv 1]
33 if {![fileutil::test $sh efrx msg "Shell"]} {
36 lappend config(shells) $sh
112 foreach sh $shells {
113 = "SH $sh"
114 set v [exec $sh << {puts [info patchlevel]; exit}]
127 foreach sh $shells {
129 set cmd [Command config $m $sh]
190 proc ::sak::test::run::Command {cv m sh} {
210 lappend cmd $sh
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Drun.tcl31 set sh [lindex $argv 1]
32 if {![fileutil::test $sh efrx msg "Shell"]} {
35 lappend config(shells) $sh
108 foreach sh $shells {
109 = "SH $sh"
110 set v [exec $sh << {puts [info patchlevel]; exit}]
123 foreach sh $shells {
125 set cmd [Command config $m $sh]
165 proc ::sak::test::run::Command {cv m sh} {
185 lappend cmd $sh
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dshlex.h37 Shell_t *sh; /* pointer to the interpreter */ member in struct:_shlex_
52 int inlineno; /* saved value of sh.inlineno */
53 int firstline; /* saved value of sh.st.firstline */
57 unsigned long script; /* script entity number */ member in struct:_shlex_
58 unsigned long fscript; /* script file entity number */
62 char *scriptname; /* name of script file */
145 #define shlex (((Lex_t*)(sh.lex_context))->_shlex)
/macosx-10.10.1/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat123 Rem Create an arguments file for the configure script.
196 set SHELL=/bin/sh
197 if not "%SHELL%" == "/bin/sh" goto SmallEnv
239 Rem install-sh is required by the configure script but clashes with the
241 Rem script runs and rename it afterwards
242 test -f %XSRC%/install-sh
244 test -f %XSRC%/install-sh.sh
245 if not errorlevel 1 mv -f %XSRC%/install-sh
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dinitng.vim9 " Syntax highlighting for initng .i files. Inherits from sh.vim and adds
24 syn include @shTop syntax/sh.vim
29 syn region initngAction matchgroup=initngActionHeader start="^\s*\(script start\|script stop\|script run\)\s*=\s*{" end="}" contains=@initngActionCluster
46 syn match initngServiceKeywords /\(script\|exec\(_args\)\?\) \(start\|stop\|daemon\)/ contained
H A Dconfig.vim2 " Language: configure.in script: M4 with sh
9 " script, so I wrote this quick and dirty patch.
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dconfigure.in3 dnl Process this file with autoconf to produce a configure script.
8 # Configure script for package 'TclDOM', as distributed at November 20, 2001.
13 # This very first macro is used to verify that the configure script can
68 # Load the tclConfig.sh file
145 # can be taken from the tclConfig.sh file, but this figures it all out.
185 # These are for tcldomConfig.sh
228 AC_OUTPUT([Makefile library/pkgIndex.tcl TcldomConfig.sh])
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST34 lib/sh d
200 builtins/psize.sh f
377 lib/sh/Makefile.in f
378 lib/sh/clktck.c f
379 lib/sh/clock.c f
380 lib/sh/eaccess.c f
381 lib/sh/fmtullong.c f
382 lib/sh/fmtulong.c f
383 lib/sh/fmtumax.c f
384 lib/sh/getcw
[all...]
H A DAUTHORS147 builtins/psize.sh Chet Ramey, Brian Fox
299 support/pagesize.sh Chet Ramey, Brian Fox
308 support/bashbug.sh Chet Ramey
313 support/install.sh MIT X Consortium (X11R5)
337 examples/scripts/adventure.sh Chet Ramey, Doug Gwyn
338 examples/scripts/bcsh.sh Chris Robertson, Chet Ramey
345 examples/alias-conv.sh Brian Fox, Chet Ramey
351 tests/dollar-at.sh Chet Ramey
352 tests/dollar-star.sh Chet Ramey
358 tests/ifs-test-1.sh Che
[all...]
/macosx-10.10.1/libiconv-42/libiconv/djgpp/
H A Dconfig.bat128 Rem Create an arguments file for the configure script.
171 Rem The following is needed because the toplevel configure script calls the
172 Rem %XSRC%/libcharset/configure script instead of ./libcharset/configure.
229 Rem 1: Change the stateless-check script so it knowns about the
313 set SHELL=/bin/sh
314 if not "%SHELL%" == "/bin/sh" goto SmallEnv
356 Rem install-sh is required by the configure script but clashes with the
358 Rem script runs and rename it afterwards
359 test -f %XSRC%/install-sh
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dmkfipsscr.pl2 # Quick & dirty utility to generate a script for executing the
395 rem Test vector run script
396 rem Auto generated by mkfipsscr.pl script
415 $shwrap = "${shwrap_prefix}shlib_wrap.sh " unless defined $shwrap;
418 #!/bin/sh
420 # Test vector run script
421 # Auto generated by mkfipsscr.pl script
453 # If no fatal errors write out the script file
454 $outfile = "fipstests.sh" unless defined $outfile;
481 $cmd: generate script fo
[all...]

Completed in 174 milliseconds

12345678910