summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/harddrake/ui.pmbin10447 -> 10448 bytes
-rwxr-xr-xperl-install/standalone/harddrake22
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm
index fdd3f36aa..4b4cbfa2c 100644
--- a/perl-install/harddrake/ui.pm
+++ b/perl-install/harddrake/ui.pm
Binary files differ
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 88e4c9a99..a306a4fe4 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -5,7 +5,7 @@ use standalone;
use harddrake::ui;
if ("@ARGV" =~ /--help|-h/) {
- print "Harddrake 2\n", $license, "\nUsage: harddrake [-h|--help]\n";
+ print "Harddrake 2\n", $harddrake::ui::license, "\nUsage: harddrake [-h|--help]\n";
exit;
}
$::isStandalone=1;