From 0ff757844d0ee7c3af9261bf28e7b07d139cbf5c Mon Sep 17 00:00:00 2001 From: codehelp Date: Wed, 7 Apr 2010 18:16:39 +0000 Subject: [PATCH] tweaks and notes git-svn-id: http://emdebian.org/svn/current@7060 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/multistrap b/multistrap index 43f9e0c..fb6afc6 100755 --- a/multistrap +++ b/multistrap @@ -444,7 +444,7 @@ sub force_unpack my $old = `pwd`; chomp ($old); chdir ("${dir}"); - printf (_g("Using directory %s for unpacking operations\n"), ${dir}); + printf (_g("Using directory %s for unpacking operations\n"), $dir); foreach $deb (sort @archives) { printf (_g("I: Extracting %s...\n"), $deb); @@ -1125,4 +1125,9 @@ codename (etch, lenny, squeeze, sid) instead of the suite (oldstable, stable, testing, sid) for the C configuration item as the version of apt in Lenny and previous can only use the codename. +=head1 Recommends TOIMPLEMENT: + +Default recommends OFF +option to set it as on. + =cut