Updating branch refs/heads/master
         to f206c1da605d4a8a1c8a136d4a367a51fc3a5629 (commit)
       from 0249f8141dcd160296650045dff8411da40eaf52 (commit)

commit f206c1da605d4a8a1c8a136d4a367a51fc3a5629
Author: Nick Schermer <n...@xfce.org>
Date:   Thu Apr 19 19:23:43 2012 +0200

    Filter out dups in abicheck.sh.

 xfconf/abicheck.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfconf/abicheck.sh b/xfconf/abicheck.sh
index 850c77b..7731f9f 100755
--- a/xfconf/abicheck.sh
+++ b/xfconf/abicheck.sh
@@ -20,5 +20,5 @@
 
 trap 'rm expected-abi actual-abi' EXIT
 ${CPP:-cpp} -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES 
${srcdir:-.}/xfconf.symbols | sed 's/ G_GNUC.*$//;s/ PRIVATE//;/^ *$/d;/^#/d' | 
sort >expected-abi
-${NM:-nm} .libs/libxfconf-0.so* | awk '/ [DRTG] / {print $3}' | sort 
>actual-abi
+${NM:-nm} .libs/libxfconf-0.so* | awk '/ [DRTG] / {print $3}' | sort | uniq > 
actual-abi
 diff -u expected-abi actual-abi
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to