From 6b014c439e1c3612741ff27e9cc3222b8d450f3e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 18 Jul 2007 14:28:59 +0000 Subject: * fixed a couple of 'use of uninitialized values' reported by Dirk git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1244 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/slxos-setup') diff --git a/installer/slxos-setup b/installer/slxos-setup index f6d0052d..98685646 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -65,7 +65,7 @@ if ($> != 0) { openslxInit(); -my $action = shift @ARGV; +my $action = shift @ARGV || ''; # create ossetup-engine for given distro and start it: my $engine = OpenSLX::OSSetup::Engine->new; -- cgit v1.2.3-55-g7522