diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-20 17:14:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-20 17:14:08 +0200 |
commit | 839eb0af57dd42d61b853e2eef79e88b72e0771c (patch) | |
tree | fadf9159bfe9411baf7fed6db3bb173fe00a9057 /strip.sh | |
parent | d46e943e4ee0e3a70e99e9a9b1047e6118acdee4 (diff) |
php-pear-phing: 2.11.0
Diffstat (limited to 'strip.sh')
-rwxr-xr-x | strip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <version>" |