Home
last modified time | relevance | path

Searched refs:SHELL (Results 151 – 175 of 14994) sorted by relevance

12345678910>>...600

/dports/archivers/star/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/archivers/star/schily-2021-09-18/sh/tests/shelltests/quoting/
H A Dquoting.sh9 docommand q1 "$SHELL quoting-1" 0 '<bastename /usr/Acroread/Reader>\n' ""
10 docommand q2 "$SHELL quoting-2" 0 '<bastename "/usr/Acroread/Reader">\n' ""
11 docommand q3 "$SHELL quoting-3" 0 '<bastename "/usr/Acroread/Reader">\n' ""
12 docommand q4 "$SHELL quoting-4" 0 '<bastename "/usr/Acroread/Reader">\n' ""
13 docommand q5 "$SHELL quoting-5" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
14 docommand q6 "$SHELL quoting-6" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
15 docommand q7 "$SHELL quoting-7" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
16 docommand q8 "$SHELL quoting-8" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
17 docommand q9 "$SHELL quoting-9" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
18 docommand q10 "$SHELL quoting-10" 0 '<"bastename" "/usr/Acroread/Reader">\n' ""
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/sysutils/cdrtools/schily-2021-09-18/sh/tests/shelltests/quoting/
H A Dquoting.sh9 docommand q1 "$SHELL quoting-1" 0 '<bastename /usr/Acroread/Reader>\n' ""
10 docommand q2 "$SHELL quoting-2" 0 '<bastename "/usr/Acroread/Reader">\n' ""
11 docommand q3 "$SHELL quoting-3" 0 '<bastename "/usr/Acroread/Reader">\n' ""
12 docommand q4 "$SHELL quoting-4" 0 '<bastename "/usr/Acroread/Reader">\n' ""
13 docommand q5 "$SHELL quoting-5" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
14 docommand q6 "$SHELL quoting-6" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
15 docommand q7 "$SHELL quoting-7" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
16 docommand q8 "$SHELL quoting-8" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
17 docommand q9 "$SHELL quoting-9" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
18 docommand q10 "$SHELL quoting-10" 0 '<"bastename" "/usr/Acroread/Reader">\n' ""
[all …]
/dports/editors/ved/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/editors/ved/schily-2021-09-18/sh/tests/shelltests/quoting/
H A Dquoting.sh9 docommand q1 "$SHELL quoting-1" 0 '<bastename /usr/Acroread/Reader>\n' ""
10 docommand q2 "$SHELL quoting-2" 0 '<bastename "/usr/Acroread/Reader">\n' ""
11 docommand q3 "$SHELL quoting-3" 0 '<bastename "/usr/Acroread/Reader">\n' ""
12 docommand q4 "$SHELL quoting-4" 0 '<bastename "/usr/Acroread/Reader">\n' ""
13 docommand q5 "$SHELL quoting-5" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
14 docommand q6 "$SHELL quoting-6" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
15 docommand q7 "$SHELL quoting-7" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
16 docommand q8 "$SHELL quoting-8" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
17 docommand q9 "$SHELL quoting-9" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
18 docommand q10 "$SHELL quoting-10" 0 '<"bastename" "/usr/Acroread/Reader">\n' ""
[all …]
/dports/devel/schilybase/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/devel/smake/schily-2021-09-18/sh/tests/shelltests/quoting/
H A Dquoting.sh9 docommand q1 "$SHELL quoting-1" 0 '<bastename /usr/Acroread/Reader>\n' ""
10 docommand q2 "$SHELL quoting-2" 0 '<bastename "/usr/Acroread/Reader">\n' ""
11 docommand q3 "$SHELL quoting-3" 0 '<bastename "/usr/Acroread/Reader">\n' ""
12 docommand q4 "$SHELL quoting-4" 0 '<bastename "/usr/Acroread/Reader">\n' ""
13 docommand q5 "$SHELL quoting-5" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
14 docommand q6 "$SHELL quoting-6" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
15 docommand q7 "$SHELL quoting-7" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
16 docommand q8 "$SHELL quoting-8" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
17 docommand q9 "$SHELL quoting-9" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
18 docommand q10 "$SHELL quoting-10" 0 '<"bastename" "/usr/Acroread/Reader">\n' ""
[all …]
/dports/devel/smake/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/sysutils/schilyutils/schily-2021-09-18/sh/tests/shelltests/quoting/
H A Dquoting.sh9 docommand q1 "$SHELL quoting-1" 0 '<bastename /usr/Acroread/Reader>\n' ""
10 docommand q2 "$SHELL quoting-2" 0 '<bastename "/usr/Acroread/Reader">\n' ""
11 docommand q3 "$SHELL quoting-3" 0 '<bastename "/usr/Acroread/Reader">\n' ""
12 docommand q4 "$SHELL quoting-4" 0 '<bastename "/usr/Acroread/Reader">\n' ""
13 docommand q5 "$SHELL quoting-5" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
14 docommand q6 "$SHELL quoting-6" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
15 docommand q7 "$SHELL quoting-7" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
16 docommand q8 "$SHELL quoting-8" 0 '<ba\s ename "/usr/Acroread/Reader">\n' ""
17 docommand q9 "$SHELL quoting-9" 0 '<ba\s ename /usr/Acroread/Reader>\n' ""
18 docommand q10 "$SHELL quoting-10" 0 '<"bastename" "/usr/Acroread/Reader">\n' ""
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sh/tests/shelltests/exit/
H A Dexit.sh20 docommand e0 "$SHELL -c 'set -o fullexitcode; (exit 1234567890); echo \$?; exit 0'" 0 "1234567890\n…
40 …docommand e1 "$SHELL -c 'if $SHELL -c \"exit 256\" ; then echo TRUE; else echo FALSE; fi'" 0 "TRUE…
41 …docommand e2 "$SHELL -c 'set -o fullexitcode; if $SHELL -c \"exit 256\" ; then echo TRUE; else ech…
42 docommand e3 "$SHELL -c '$SHELL -c \"exit 256\" ; echo \$?; exit 0'" 0 "0\n" ""
48 docommand e10 "$SHELL -c 'case 10 in 10) (exit 123) ;; esac'" 123 "" ""
52 docommand e11 "$SHELL -c '(exit 99); case 0 in 10) (exit 123) ;; esac'" 0 "" ""
60 docommand e50 "$SHELL -c 'f() { exit \$(exit 1); } ; (f); echo \$?'" 0 "0\n" ""
61 docommand e51 "$SHELL -c 'f() { return \$(exit 1); } ; f; echo \$?'" 0 "0\n" ""
63 docommand e52 "$SHELL -c 'f() { (exit 3); a=\$(exit 1) return; } ; f; echo \$?'" 0 "3\n" ""
64 docommand e53 "$SHELL -c 'f() { (exit 3); return\$(exit 1); } ; f; echo \$?'" 0 "3\n" ""
/dports/devel/remake/remake-4.3+dbg-1.5/tests/scripts/variables/
H A DSHELL19 $extraENV{SHELL} = '/dev/null';
28 $extraENV{SHELL} = $mshell;
38 all:;@echo "$(SHELL) $$SHELL"
44 $extraENV{SHELL} = $mshell;
47 all:;@echo "$(SHELL) $$SHELL"
54 $extraENV{SHELL} = $mshell;
57 all:;@echo "$(SHELL) $$SHELL"
60 $extraENV{SHELL} = $mshell;
63 SHELL := $altshell2
65 two: export SHELL := $altshell\n".'
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/devel/sccs/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/devel/schilybase/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/net/rscsi/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/archivers/star/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/editors/ved/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/devel/smake/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sh/tests/shelltests/here/
H A Dhere02.sh27 docommand here01 "$SHELL ./x" 0 "there\n" ""
44 docommand here02 "$SHELL ./x" 0 "\
63 docommand here03 "$SHELL ./x" 0 "\
100 docommand here05 "$SHELL ./x" 0 "\
167 docommand here08 "$SHELL ./x" 0 "\
257 docommand here14 "$SHELL ./x" 0 "\
369 docommand here21 "$SHELL ./x" 0 "\
531 docommand here28 "$SHELL ./x" 0 "hi\n" ""
582 docommand here30 "$SHELL ./x" 0 "HI\n" ""
605 docommand here31 "$SHELL ./x" 0 "HI\n" ""
[all …]
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/filetype/
H A Dbasenames.c7 {"APKBUILD", SHELL},
23 {"PKGBUILD", SHELL},
55 {"bashrc", SHELL},
58 {"cshrc", SHELL},
73 {"profile", SHELL},
74 {"xinitrc", SHELL},
75 {"xprofile", SHELL},
77 {"zlogin", SHELL},
78 {"zlogout", SHELL},
80 {"zshenv", SHELL},
[all …]
/dports/devel/gmake/make-4.3/tests/scripts/variables/
H A DSHELL19 $extraENV{SHELL} = '/dev/null';
28 $extraENV{SHELL} = $mshell;
38 all:;@echo "$(SHELL) $$SHELL"
44 $extraENV{SHELL} = $mshell;
47 all:;@echo "$(SHELL) $$SHELL"
54 $extraENV{SHELL} = $mshell;
57 all:;@echo "$(SHELL) $$SHELL"
60 $extraENV{SHELL} = $mshell;
63 SHELL := $altshell2
65 two: export SHELL := $altshell\n".'
[all …]
/dports/devel/cssc/CSSC-1.4.1/tests/
H A DMakefile.am14 $(SHELL) -ec 'cd initial && for i in *.sh ; \
22 $(SHELL) -ec 'cd admin && for i in *.sh ; \
30 $(SHELL) -ec 'cd delta && for i in *.sh ; \
37 $(SHELL) -ec 'cd get && for i in *.sh ; \
44 $(SHELL) -ec 'cd prs && for i in *.sh ; \
51 $(SHELL) -ec 'cd prt && for i in *.sh ; \
58 $(SHELL) -ec 'cd unget && for i in *.sh ; \
65 $(SHELL) -ec 'cd sact && for i in *.sh ; \
72 $(SHELL) -ec 'cd large && for i in *.sh ; \
86 $(SHELL) -ec 'cd cdc && for i in *.sh ; \
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/castem/
H A DMakefile.in946 SHELL = @SHELL@
1054 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1056 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1058 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1060 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1062 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1064 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1066 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1068 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1070 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
[all …]

12345678910>>...600