From 005394b5262fdedeead319fb04f89c701390bc53 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 1 Nov 2007 19:43:25 +0000 Subject: * fixed used of uninitialized value git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1402 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/slxos-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/slxos-plugin') diff --git a/os-plugins/slxos-plugin b/os-plugins/slxos-plugin index 077719a6..e6cf8071 100755 --- a/os-plugins/slxos-plugin +++ b/os-plugins/slxos-plugin @@ -57,7 +57,7 @@ if ($versionReq) { openslxInit(); -my $action = shift @ARGV; +my $action = shift @ARGV || ''; if ($action =~ m[^list-av]i) { my @pluginFolders = glob("$openslxConfig{'base-path'}/lib/plugins/*"); -- cgit v1.2.3-55-g7522