X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debhelper.pod;h=5dd215c3f4bb74e6bc4c066893c0119b3444d192;hb=208c562558554a18af654ab76544c8f2bcc08096;hp=85b3fd2997ee6dd93659bcaad177eccb62c75bc2;hpb=23a8188b668fbbdd8e84260040e276a6ef3a879c;p=debhelper.git diff --git a/debhelper.pod b/debhelper.pod index 85b3fd2..5dd215c 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