]> git.donarmstrong.com Git - debhelper.git/blobdiff - debhelper.pod
r483: * fixed doc bog, Closes: #102130
[debhelper.git] / debhelper.pod
index 85b3fd2997ee6dd93659bcaad177eccb62c75bc2..5dd215c3f4bb74e6bc4c066893c0119b3444d192 100644 (file)
@@ -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