Commit 15734f9a authored by Lev Walkin's avatar Lev Walkin

fixed usage

parent bf09bf76
......@@ -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:-.}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment