[Pkg-jed-commit] r436 - jed-extra/trunk/utils

Rafael Laboissiere rafael at costa.debian.org
Sat Sep 16 11:33:25 UTC 2006


Author: rafael
Date: 2006-09-16 11:33:24 +0000 (Sat, 16 Sep 2006)
New Revision: 436

Modified:
   jed-extra/trunk/utils/build-from-scratch.sh
Log:
Quoting the "@" character in the string, otherwise Perl thinks that
"@debian" is an array.


Modified: jed-extra/trunk/utils/build-from-scratch.sh
===================================================================
--- jed-extra/trunk/utils/build-from-scratch.sh	2006-09-15 17:53:42 UTC (rev 435)
+++ jed-extra/trunk/utils/build-from-scratch.sh	2006-09-16 11:33:24 UTC (rev 436)
@@ -39,7 +39,7 @@
 # Fix the trailer line in changelog automatically
 perl -ni -e 'if (not $done and /^ --/) {'\
 '              print (" -- Rafael Laboissiere "'\
-'                     . "<rafael at debian.org>  ",'\
+'                     . "<rafael\@debian.org>  ",'\
 '                     qx/date -R/, "\n");'\
 '              $done = 1;'\
 '            } else {print}' debian/changelog




More information about the Pkg-jed-commit mailing list