summaryrefslogtreecommitdiff
path: root/build/preseed.pl
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-08 07:30:33 +0000
committerFrans Pop <elendil@planet.nl>2009-04-08 07:30:33 +0000
commitd5c09fd8fb96549763ea946fa1dd51caf63b87a0 (patch)
tree49a56e77dad4d6375373aea92c598b46c7750814 /build/preseed.pl
parentbf2c76b0cbed2e5d048e1425e2ac438759ca9c94 (diff)
downloadinstallation-guide-d5c09fd8fb96549763ea946fa1dd51caf63b87a0.zip
Minor improvement of previous 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 e2f0ca2c7..e1c44628b 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) = shift;
+ my $text = shift;
$text =~ s/&archive-mirror;/http.us.debian.org/;
$text =~ s/&releasename;/$release/;