summaryrefslogtreecommitdiffstats
path: root/installer/slxos-setup
diff options
context:
space:
mode:
Diffstat (limited to 'installer/slxos-setup')
-rwxr-xr-xinstaller/slxos-setup2
1 files changed, 1 insertions, 1 deletions
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;