comment out output of perl versions
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 11 Aug 2015 13:14:25 +0000 (13:14 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 11 Aug 2015 13:14:25 +0000 (13:14 +0000)
otherwise the shell script will break

id-release

index 8039946..d0aa273 100755 (executable)
@@ -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