summaryrefslogtreecommitdiff
path: root/build/preseed.pl
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-08 07:27:55 +0000
committerFrans Pop <elendil@planet.nl>2009-04-08 07:27:55 +0000
commitbf2c76b0cbed2e5d048e1425e2ac438759ca9c94 (patch)
tree69bc37958d4b40207d88d39cf22826498c7ce1bc /build/preseed.pl
parent94cf0bc90624ed4ed3aac4d681f19811090b0d36 (diff)
downloadinstallation-guide-bf2c76b0cbed2e5d048e1425e2ac438759ca9c94.zip
Minor code improvement
Diffstat (limited to 'build/preseed.pl')
-rwxr-xr-xbuild/preseed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/preseed.pl b/build/preseed.pl
index 3a92a383a..e2f0ca2c7 100755
--- a/build/preseed.pl
+++ b/build/preseed.pl
@@ -65,7 +65,7 @@ $p->parse_file($xmlfile);
# Replace entities in examples
# FIXME: should maybe be extracted from entity definition
sub replace_entities {
- my ($text) = @_;
+ my ($text) = shift;
$text =~ s/&archive-mirror;/http.us.debian.org/;
$text =~ s/&releasename;/$release/;