Home
last modified time | relevance | path

Searched refs:SHELL (Results 251 – 275 of 24722) sorted by relevance

1...<<11121314151617181920>>...989

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/tests/
H A Dsubshell.sh109 do $SHELL -c '
123 do $SHELL -c '
184 r=$( ($SHELL -c '
211 r=$($SHELL -c '
236 $SHELL 2>&1 <<- \EOF
260 $SHELL -c $'
271 got=$($SHELL -c $'
524 $SHELL <<- \EOF
542 x=$( $SHELL <<- \EOF
605 $SHELL <<- \EOF
[all …]
H A Dbasic.sh61 [[ $SHELL != /* ]] && SHELL=$pwd/$SHELL
230 x=$(cat <<\! | $SHELL
236 then err_exit "$SHELL not working when standard input is a pipe"
246 if [[ $($SHELL $tmp/script <&-) != done ]]
256 if [[ $($SHELL $tmp/script) != good ]]
264 if [[ $($SHELL $tmp/script <<!
326 [[ $($SHELL -c $'tee >(grep \'1$\' > '$tmp/scriptx$') > /dev/null <<- \!!!
334 [[ $($SHELL -c $'
393 print "#! $SHELL" > $tmp/scriptx
430 $SHELL 2> /dev/null <<- \EOF || err_exit '${ command;}xxx not working'
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A DMakefile3 SHELL = /bin/bash macro
108 @$(SHELL) Make.sh style
109 @$(SHELL) Make.sh models
157 @$(SHELL) Make.sh style
160 @$(SHELL) Make.sh style
163 @$(SHELL) Make.sh style
224 $(SHELL) Depend.sh $(YESDIR) 1; \
228 $(SHELL) Depend.sh $(YESDIR) 1; \
236 cd $(NODIR); $(SHELL) Install.sh 0; cd ..; \
237 $(SHELL) Depend.sh $(NODIR) 0; \
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dheredoc.sh72 $SHELL -c "
100 $SHELL -c '
126 $SHELL -c 'x=$(
136 if x=$($SHELL -c 'cat <<< "hello world"' 2> /dev/null)
181 if [[ $($SHELL "$f") != abc ]]
216 if [[ $($SHELL "$f") != foobar ]]
225 [[ $( $SHELL <<- \++++
237 [[ $($SHELL -c 'g(){ print ok;}; cat <<- EOF
289 $SHELL $tmpfile1
504 $SHELL $f > $g
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/ironstuck/
H A DMakefile.in402 SHELL = @SHELL@
509 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
511 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
513 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
515 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
517 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
519 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
521 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
523 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
525 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/tests/
H A Dsubshell.sh109 do $SHELL -c '
123 do $SHELL -c '
184 r=$( ($SHELL -c '
211 r=$($SHELL -c '
236 $SHELL 2>&1 <<- \EOF
260 $SHELL -c $'
271 got=$($SHELL -c $'
465 got=$($SHELL -c "$cmd")
524 $SHELL <<- \EOF
542 x=$( $SHELL <<- \EOF
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/tests/
H A Dsubshell.sh109 do $SHELL -c '
123 do $SHELL -c '
184 r=$( ($SHELL -c '
211 r=$($SHELL -c '
236 $SHELL 2>&1 <<- \EOF
260 $SHELL -c $'
271 got=$($SHELL -c $'
465 got=$($SHELL -c "$cmd")
524 $SHELL <<- \EOF
542 x=$( $SHELL <<- \EOF
[all …]
/dports/math/gap/gap-4.11.0/tst/testinstall/kernel/
H A Dgap.tst2 gap> SHELL();
3 Error, SHELL takes 10 arguments
4 gap> SHELL(1,2,3,4,5,6,7,8,9,10);
8 gap> SHELL(lvars,2,3,4,5,6,7,8,9,10);
10 gap> SHELL(lvars,true,3,4,5,6,7,8,9,10);
12 gap> SHELL(lvars,true,true,fail,5,6,7,8,9,10);
14 gap> SHELL(lvars,true,true,-1,5,6,7,8,9,10);
15 #W SHELL: negative last depth treated as zero
17 gap> SHELL(lvars,true,true,4,5,6,7,8,9,10);
20 gap> SHELL(lvars,true,true,0,5,6,7,8,9,10);
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/devel/sccs/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/net/rscsi/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/archivers/star/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/editors/ved/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/devel/schilybase/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/devel/smake/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sh/tests/shelltests/alias/
H A Dalias.sh18 docommand al00 "$SHELL -c 'alias xxx=echo
35 docommand -noremove al01 "$SHELL ./x" 0 "" IGNORE
53 docommand -noremove al02 "$SHELL ./x" 0 "" IGNORE
71 docommand -noremove al03 "$SHELL ./x" 0 "" IGNORE
92 docommand al04 "$SHELL ./x" 0 "fooBar\nbarFoo\n" ""
105 docommand al05 "$SHELL ./x" 0 "While\n" ""
134 docommand al07 "$SHELL ./x" 0 "Bar Bar Blah\n" ""
146 docommand al08 "$SHELL ./x" 0 "is z\n" ""
167 docommand al09 "$SHELL ./x" 0 "hi\nthere\n" ""
200 docommand al11 "$SHELL ./x" 0 "hello world\n" ""
[all …]
/dports/devel/bmake/bmake/unit-tests/
H A Dvarname-dot-shell.mk10 ORIG_SHELL:= ${.SHELL}
12 .SHELL= overwritten
13 .if ${.SHELL} != ${ORIG_SHELL}
19 .MAKEFLAGS: .SHELL+=appended
20 .if ${.SHELL} != ${ORIG_SHELL}
27 .undef .SHELL
28 .SHELL= newly overwritten
29 .if ${.SHELL} != ${ORIG_SHELL}
/dports/devel/sunpromake/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/devel/sccs/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/devel/schilybase/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/net/rscsi/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/archivers/star/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]
/dports/editors/ved/schily-2021-09-18/sh/tests/shelltests/misc/
H A Dmisc.sh22 docommand misc00 "$SHELL ./x" 0 'hi\nfolks\n' ""
33 docommand misc01 "$SHELL ./x" 0 'hi \\\nthere\nfolks\n' ""
45 docommand misc02 "$SHELL ./x" 0 'hi \\\nthere\n' ""
63 docommand misc03 "$SHELL ./x" 0 'hi\nfoo\\\nbar\nsome\nmore\\\nstuff$a\n' ""
73 docommand misc04 "$SHELL ./x" 0 'foobar\nhi\n' ""
85 docommand misc05 "$SHELL ./x" 0 'hiThere, folks\n' ""
106 docommand misc06 "$SHELL ./x" 0 '12\n19\n12\n19\n19\n' ""
146 docommand misc08 "$SHELL ./x" 0 '3\n6\n10\n15\n21\n' ""
160 docommand misc09 "$SHELL ./x" 0 'hi\nfoobar\nfolks\n' ""
181 docommand misc10 "$SHELL ./x" 0 'a=12\nfoobar\nfoo\ndone\n' ""
[all …]

1...<<11121314151617181920>>...989