summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/parameter_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/parameter_parser.pl b/lib/sbin/parameter_parser.pl
index d3d3d453..95053568 100644
--- a/lib/sbin/parameter_parser.pl
+++ b/lib/sbin/parameter_parser.pl
@@ -270,7 +270,7 @@ sub parse_param_ccl
# Strip out any spaces in the range for a numeric parameter.
if($type =~ m:INT|REAL:)
{
- $new_ranges =~ s/[ \t]+/ /g;
+ $new_ranges =~ s/\s//g;
}
$parameter_db{"\U$thorn $variable\E range $parameter_db{\"\U$thorn $variable\E ranges\"} range"} = $new_ranges;