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-export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/slxos-export') diff --git a/installer/slxos-export b/installer/slxos-export index bdebd9f3..ee1555ec 100755 --- a/installer/slxos-export +++ b/installer/slxos-export @@ -56,7 +56,7 @@ if ($versionReq) { openslxInit(); -my $action = shift @ARGV; +my $action = shift @ARGV || ''; if ($action =~ m[^list-ex]i) { print _tr("List of exported vendor-OSes:\n"); -- cgit v1.2.3-55-g7522