summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-30 18:54:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-30 18:54:15 +0000
commitcedf27ad055e22462df4ac2da72e8dc0f31d39a9 (patch)
tree433767063fc639552717cca0ef9fe7d5c1a9e817 /perl-install/standalone/drakautoinst
parent5b72cbfda726d401844075c27cb014f38efbe948 (diff)
downloaddrakx-backup-do-not-use-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar
drakx-backup-do-not-use-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.gz
drakx-backup-do-not-use-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.bz2
drakx-backup-do-not-use-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.xz
drakx-backup-do-not-use-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.zip
don't check *all* for test_pms_all, skip horrible stuffs
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-xperl-install/standalone/drakautoinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst
index 6364228f7..3304c3dc2 100755
--- a/perl-install/standalone/drakautoinst
+++ b/perl-install/standalone/drakautoinst
@@ -80,7 +80,7 @@ do {
common::sync();
};
$again = $@; #- grrr... $@ is localized in code block :-(
-} while ($again);
+} while $again;
fs::mount($dev, $mountdir, 'vfat', 0);
my $cfgfile = "$mountdir/auto_inst.cfg";
eval(cat_($cfgfile));