tcsh warning

This commit is contained in:
tosu 2023-03-10 17:53:52 +01:00
parent a4cea46a79
commit 7c883023bf
1 changed files with 3 additions and 2 deletions

View File

@ -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
(