projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3460d0e
)
comment out output of perl versions
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 11 Aug 2015 13:14:25 +0000
(13:14 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 11 Aug 2015 13:14:25 +0000
(13:14 +0000)
otherwise the shell script will break
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
8039946
..
d0aa273
100755
(executable)
--- 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