use set -u to catch uninitialized variables

This commit is contained in:
Simon Ruderich
2015-12-05 14:30:32 +01:00
parent 5fedf3b3ca
commit fb1790cdfa

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -eu
. ./config.sh