aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-31 13:58:51 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-31 13:58:51 +0000
commit32c433314d124767298d813a262985fced187a3f (patch)
tree05ce002638e9c4b901bdc24696d33d7703470ce6 /transfugdrake
parent090a7f1f98b6514f285081c018a342ad3a7f546d (diff)
downloadtransfugdrake-32c433314d124767298d813a262985fced187a3f.tar
transfugdrake-32c433314d124767298d813a262985fced187a3f.tar.gz
transfugdrake-32c433314d124767298d813a262985fced187a3f.tar.bz2
transfugdrake-32c433314d124767298d813a262985fced187a3f.tar.xz
transfugdrake-32c433314d124767298d813a262985fced187a3f.zip
initialize interactive earlier
Diffstat (limited to 'transfugdrake')
-rwxr-xr-xtransfugdrake6
1 files changed, 3 insertions, 3 deletions
diff --git a/transfugdrake b/transfugdrake
index bfeb68e..8e51a22 100755
--- a/transfugdrake
+++ b/transfugdrake
@@ -54,6 +54,9 @@ $::isInstall and die "Not supported during install.\n";
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
+# Application initialization
+my $in = interactive::vnew(su);
+
local $_ = join '', @ARGV;
/-h/ and die "usage: transfug [--version]\n";
@@ -63,9 +66,6 @@ $::Wizard_pix_up = "wiz_drakgw.png";
$::Wizard_title = N("Transfugdrake");
$::direct = /-direct/;
-# Application initialization
-my $in = interactive::vnew(su);
-
#- **********************************
#- * 0th step: verify if we are already set up
begin: