Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
98a51b34
Commit
98a51b34
authored
Aug 07, 2017
by
Stefan Tauner
Browse files
Settings: enforce quoting of driver paths again
parent
aecdd98c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/FIJI/Settings.pm
View file @
98a51b34
...
...
@@ -104,7 +104,7 @@ sub _export_value {
# } elsif ($map_ref->{$k}->{'type'} eq 'natural') {
# } elsif ($map_ref->{$k}->{'type'} eq 'boolean') {
$logger
->
trace
("
Converted value of
$k
(
\"
$orig
\"
) to
\"
${
$
v_ref}
\"
.
")
if
(
$orig
ne
$
{
$v_ref
});
}
elsif
(
$map_ref
->
{
$k
}
->
{'
type
'}
eq
'
net
')
{
}
elsif
(
$map_ref
->
{
$k
}
->
{'
type
'}
eq
'
net
'
||
$map_ref
->
{
$k
}
->
{'
type
'}
eq
'
driver
'
)
{
# Due to an annoying behavior of Config::Simple we have to enclose
# escaped identifiers with quotes. These are necessary to preserve spaces.
# This also helps with concatenations... so simply quote all nets unconditionally.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment