X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcheck-static-inits.sh;h=71551cbd4c81aa7e6e07ec9cc80f27d89d1214a7;hb=1c272a48507bb3c7905aa30d8bf0d092b474f781;hp=1446fa73405e87849fde9f7aeedc108a8449820f;hpb=e3a9d0d2fe726180a0456893d22d4aaa3ddb8931;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/src/check-static-inits.sh b/src/check-static-inits.sh index 1446fa7..71551cb 100755 --- a/src/check-static-inits.sh +++ b/src/check-static-inits.sh @@ -4,6 +4,7 @@ LC_ALL=C export LC_ALL test -z "$srcdir" && srcdir=. +test -z "$libs" && libs=.libs stat=0 @@ -14,7 +15,7 @@ else exit 77 fi -OBJS=.libs/*.o +OBJS=$libs/*.o if test "x`echo $OBJS`" = "x$OBJS" 2>/dev/null >/dev/null; then echo "check-static-inits.sh: object files not found; skipping test" exit 77