tcsh warning
This commit is contained in:
parent
a4cea46a79
commit
7c883023bf
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Don't link mrsh to sh, since it does not allow line continuations
|
||||
# in here-documents. Use dash, yash, bash, posh, ksh, mksh, zsh, pbosh
|
||||
# Don't link mrsh to sh, since it does not allow line continuations in here-documents.
|
||||
# Don't use tcsh, it doesn't allow multiple lines in braced or parenthesized blocks.
|
||||
# Use dash, yash, bash, posh, ksh, mksh, zsh, pbosh
|
||||
|
||||
# Run entire script in subshell to prevent variable pollution
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue