From 64b5ae8b038962b52626683022074bfe05017ca6 Mon Sep 17 00:00:00 2001 From: jll2 Date: Sun, 14 Jun 2009 19:19:30 -0700 Subject: [PATCH] Defensive programming patch: "set -u" was added to make sure that there will never be misspelled or uninitialized variables in ccollect.sh. --- ccollect.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ccollect.sh b/ccollect.sh index d6831bc..ae64b70 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -20,6 +20,9 @@ # Initially written for SyGroup (www.sygroup.ch) # Date: Mon Nov 14 11:45:11 CET 2005 +# Error upon expanding unset variables: +set -u + # # Standard variables (stolen from cconf) #