Compare commits

..

No commits in common. "0.3.2" and "master" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ ! -f "$1" ]; then
exit 1
fi
. "$1"
source "$1"
if [ "$?" -gt "0" ]; then
echo "loading config file caused an error"
exit 1