From c589681926e50834bdc614479efced7382dfbf61 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Mar 2018 19:55:16 -0700 Subject: [PATCH] Minor --- src/check-symbols.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/check-symbols.sh b/src/check-symbols.sh index bfc93b349..d4eca5079 100755 --- a/src/check-symbols.sh +++ b/src/check-symbols.sh @@ -30,7 +30,6 @@ for soname in harfbuzz harfbuzz-subset harfbuzz-icu harfbuzz-gobject; do prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'` - echo echo "Checking that $so does not expose internal symbols" if echo "$EXPORTED_SYMBOLS" | grep -v "^${prefix}\(_\|$\)"; then echo "Ouch, internal symbols exposed" @@ -41,7 +40,6 @@ for soname in harfbuzz harfbuzz-subset harfbuzz-icu harfbuzz-gobject; do if ! test -f "$def"; then echo "'$def' not found; skipping" else - echo echo "Checking that $so has the same symbol list as $def" { echo EXPORTS