From: Wolfram Schneider Date: Tue, 11 Aug 2015 13:14:25 +0000 (+0000) Subject: comment out output of perl versions X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=0de2dcfb46d4387c0b3590920a66adc63cb6b964;p=git-tools-moved-to-github.git comment out output of perl versions otherwise the shell script will break --- diff --git a/id-release b/id-release index 8039946..d0aa273 100755 --- a/id-release +++ b/id-release @@ -68,7 +68,8 @@ fi if $perl; then echo "# check perl version numbers" - find . -name '*.pm' -print0 | xargs -0 egrep -H '\$VERSION.*=.*[0-9]' | egrep -v '^\./deb-src/' + find . -name '*.pm' -print0 | xargs -0 egrep -H '\$VERSION.*=.*[0-9]' | + egrep -v '^\./deb-src/' | perl -npe 's,^,# ,' fi # update debian version file