From 9823882d3049e2462548555bb53412a630faeb83 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 1 Oct 2007 17:50:04 +0000 Subject: * fixed dumb bug that caused argument values to be rejected when they are empty - doh! git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1362 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/slxconfig b/config-db/slxconfig index c92dee18..a21f02c0 100755 --- a/config-db/slxconfig +++ b/config-db/slxconfig @@ -154,7 +154,7 @@ sub parseKeyValueArgs my %dataHash; while (my $param = shift) { - if ($param !~ m[^\s*([\w\-]+)\s*=(.+)$]) { + if ($param !~ m[^\s*([\w\-]+)\s*=(.*)$]) { die _tr( "value specification %s has unknown format, expected =\n", $param -- cgit v1.2.3-55-g7522