From 7c883023bf4c64d5e07548423c9c8b7b0fb62f9d Mon Sep 17 00:00:00 2001 From: tosu Date: Fri, 10 Mar 2023 17:53:52 +0100 Subject: [PATCH] tcsh warning --- downloadPOSIX.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/downloadPOSIX.sh b/downloadPOSIX.sh index 49406b0..f44879e 100755 --- a/downloadPOSIX.sh +++ b/downloadPOSIX.sh @@ -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 (