Defensive programming patch:

"set -u" was added to make sure that there will never be misspelled or
uninitialized variables in ccollect.sh.
This commit is contained in:
jll2 2009-06-14 19:19:30 -07:00 committed by Nico Schottelius
parent c9439be432
commit 64b5ae8b03
1 changed files with 3 additions and 0 deletions

View File

@ -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)
#