Error out on failure to open specified config file

This commit is contained in:
emaste 2013-10-16 17:03:46 +00:00
parent fd65ae4586
commit 404c6c2644

View File

@ -57,7 +57,7 @@ case $# in
;;
esac
if [ -n "$2" -a -f "$2" ]; then
if [ -n "$2" ]; then
. $2
fi