Commit d6cdf833 authored by Olivier Crête's avatar Olivier Crête

nice/test-symbols.sh: Make symbols test work from other path too

parent 39e45a84
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -e set -e
if test -z "$srcdir"; then if test -z "$srcdir"; then
srcdir=. srcdir=$(dirname $0)
fi fi
check_symbols=$srcdir/../scripts/check-symbols.sh check_symbols=$srcdir/../scripts/check-symbols.sh
......
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