summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig2
1 files changed, 1 insertions, 1 deletions
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 <key>=<value>\n",
$param