[debhelper-devel] [Git][debian/debhelper][master] Dh_Lib: Fix typo in verbose output

Niels Thykier gitlab at salsa.debian.org
Wed Jan 31 18:46:47 UTC 2018


Niels Thykier pushed to branch master at Debian / debhelper


Commits:
36eb292a by Niels Thykier at 2018-01-31T18:45:06+00:00
Dh_Lib: Fix typo in verbose output

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


1 changed file:

- lib/Debian/Debhelper/Dh_Lib.pm


Changes:

=====================================
lib/Debian/Debhelper/Dh_Lib.pm
=====================================
--- a/lib/Debian/Debhelper/Dh_Lib.pm
+++ b/lib/Debian/Debhelper/Dh_Lib.pm
@@ -1675,7 +1675,7 @@ sub debhelper_script_subst {
 		if (@generated_scripts) {
 			if ($dh{VERBOSE}) {
 				verbose_print('cp -f ' . escape_shell($file) . " $tmp/DEBIAN/$script");
-				verbose_print("perl -p -i -e s~#DEBHELPER#~qx{cat @generated_scripts}~eg\" $tmp/DEBIAN/$script");
+				verbose_print("perl -p -i -e \"s~#DEBHELPER#~qx{cat @generated_scripts}~eg\" $tmp/DEBIAN/$script");
 			}
 			# Add this into the script, where it has #DEBHELPER#
 			my $text = _concat_slurp_script_files(@generated_scripts);



View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/36eb292aeabff93553c00a5526707e2306dc903d

---
View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/36eb292aeabff93553c00a5526707e2306dc903d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debhelper-devel/attachments/20180131/33a80368/attachment.html>


More information about the debhelper-devel mailing list