summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-12-27 14:56:38 -0600
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-12-27 14:56:38 -0600
commitd6cdf833ef3760057383ce20131b69a00791250d (patch)
treedbaf58ae8d395b6a155c5b577993de4a998b5505 /nice
parent39e45a847dc5a4ff300c0a1135c7b5e41fc9ee03 (diff)
downloadlibnice-d6cdf833ef3760057383ce20131b69a00791250d.tar.gz
nice/test-symbols.sh: Make symbols test work from other path too
Diffstat (limited to 'nice')
-rwxr-xr-xnice/test-symbols.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/test-symbols.sh b/nice/test-symbols.sh
index b81f007..621e0ea 100755
--- a/nice/test-symbols.sh
+++ b/nice/test-symbols.sh
@@ -3,7 +3,7 @@
set -e
if test -z "$srcdir"; then
- srcdir=.
+ srcdir=$(dirname $0)
fi
check_symbols=$srcdir/../scripts/check-symbols.sh