fixed usage

This commit is contained in:
Lev Walkin 2017-09-30 11:41:04 -07:00
parent bf09bf76eb
commit 15734f9a06
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
set -e
if [ "x$1" = "x" ]; then
echo "Usage: $0 <check-NN.c>"
exit
echo "Usage: $0 check-src/<check-NN.c>"
exit 1
fi
srcdir="${srcdir:-.}"