[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix abicheck.sh on Linux systems.

noreply at xfce.org noreply at xfce.org
Wed Jun 8 20:52:28 CEST 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository xfce/libxfce4ui.

commit e61023f97f1d54ea4c518b7d37b2d71ce50f5e8e
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Apr 19 21:03:08 2012 +0200

    Fix abicheck.sh on Linux systems.
---
 libxfce4ui/abicheck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfce4ui/abicheck.sh b/libxfce4ui/abicheck.sh
index a417af2..15ea181 100755
--- a/libxfce4ui/abicheck.sh
+++ b/libxfce4ui/abicheck.sh
@@ -20,5 +20,5 @@
 
 trap 'rm expected-abi actual-abi' EXIT
 ${CPP:-cpp} -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/libxfce4ui.symbols | sed 's/ G_GNUC.*$//;s/ PRIVATE//;/^ *$/d;/^#/d' | sort >expected-abi
-${NM:-nm} .libs/libxfce4ui-1.so* | awk '/ [DRTG] / {print $3}' | sort >actual-abi
+${NM:-nm} .libs/libxfce4ui-1.so* | awk '/ [DRTG] / {print $3}' | sort | uniq > actual-abi
 diff -u expected-abi actual-abi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list