Error out on failure to open specified config file

This commit is contained in:
Ed Maste 2013-10-16 17:03:46 +00:00
parent 04461e6012
commit ec7935bfef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256643

View File

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