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:
parent
c9439be432
commit
64b5ae8b03
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
# Initially written for SyGroup (www.sygroup.ch)
|
# Initially written for SyGroup (www.sygroup.ch)
|
||||||
# Date: Mon Nov 14 11:45:11 CET 2005
|
# Date: Mon Nov 14 11:45:11 CET 2005
|
||||||
|
|
||||||
|
# Error upon expanding unset variables:
|
||||||
|
set -u
|
||||||
|
|
||||||
#
|
#
|
||||||
# Standard variables (stolen from cconf)
|
# Standard variables (stolen from cconf)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue