summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorjoey <joey>2001-06-25 01:11:09 +0000
committerjoey <joey>2001-06-25 01:11:09 +0000
commit208c562558554a18af654ab76544c8f2bcc08096 (patch)
treed0cac6fb60baeee56942f0a3e7fd82f015411118 /debhelper.pod
parent23a8188b668fbbdd8e84260040e276a6ef3a879c (diff)
r483: * fixed doc bog, Closes: #102130
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 85b3fd29..5dd215c3 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -175,7 +175,7 @@ it in a perl script. If you would like to embed it into a perl script, here
is one way to do that (note that I made sure that $1, $2, etc are set with
the set command):
- my $temp="set -e\\nset -- @ARGV\\n" . << 'EOF';
+ my $temp="set -e\nset -- @ARGV\n" . << 'EOF';
#DEBHELPER#
EOF
system ($temp) / 256 == 0