From 839eb0af57dd42d61b853e2eef79e88b72e0771c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 May 2015 17:14:08 +0200 Subject: php-pear-phing: 2.11.0 --- strip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strip.sh') diff --git a/strip.sh b/strip.sh index 55f1cf7..3ff40da 100755 --- a/strip.sh +++ b/strip.sh @@ -23,7 +23,7 @@ if [ -f $name-$1.tgz ]; then tar czf $name-$1-strip.tgz package.xml $name-$1 tar tf $name-$1-strip.tgz | grep -v '/$' | sort >$list.new - diff -u $list.old $list.new + colordiff -u $list.old $list.new rm -rf $name-$1 package.xml else echo "usage $0 " -- cgit