aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2013-10-16 17:03:46 +0000
committerEd Maste <emaste@FreeBSD.org>2013-10-16 17:03:46 +0000
commitec7935bfef62ef10a1e5e82f899aeec56ac07591 (patch)
treed7f13fb2261996dc0537cd569ef27027138b8db4 /sys/kern/makesyscalls.sh
parent04461e6012c735992792a844e3ee13334f10b0d9 (diff)
downloadsrc-ec7935bfef62ef10a1e5e82f899aeec56ac07591.tar.gz
src-ec7935bfef62ef10a1e5e82f899aeec56ac07591.zip
Error out on failure to open specified config file
Notes
Notes: svn path=/head/; revision=256643
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh
index 9db6decf9722..de92a15725a6 100644
--- a/sys/kern/makesyscalls.sh
+++ b/sys/kern/makesyscalls.sh
@@ -57,7 +57,7 @@ case $# in
;;
esac
-if [ -n "$2" -a -f "$2" ]; then
+if [ -n "$2" ]; then
. $2
fi