Was missing a ].

This commit is contained in:
gfk
2006-05-21 20:49:56 +00:00
parent bfc5215f2a
commit 6bc01c64d7
+1 -1
View File
@@ -58,7 +58,7 @@ ${PERL} -MPOSIX -i -p -e '$version = "CVS-".$ENV{BRANCH}."-".strftime("%Y%m%d",
# Debian-specific stuff
for dir in debian scripts/debian ; do
# Increase version number in debian/changelog accordingly
if [ -d "$dir" ] && [ -e "$dir/changelog" ; then
if [ -d "$dir" ] && [ -e "$dir/changelog" ]; then
${PERL} -MPOSIX -i -p -e '$date = strftime("%Y%m%d", localtime);
s/\((\d\.\d\.\d{1,2})\+cvs\d{8}(.*?)\)/($1+cvs${date}$2)/i if ($. == 1);' \
$dir/changelog