git-svn-id: http://emdebian.org/svn/current@7122 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2010-04-21 14:24:49 +00:00
parent e52a364fa4
commit d41bdc76e2

View file

@ -422,7 +422,7 @@ if (defined $tgzname)
}
my $final_path=`realpath $dir/../$tgzname`;
chomp ($final_path);
printf (_g("\nMultistrap system packaged successfully as %s.\n"), $final_path);
printf (_g("\nMultistrap system packaged successfully as '%s'.\n"), $final_path);
}
print "\n";
exit 0;