Skip to content
Snippets Groups Projects
Commit e3907381 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

put path into double-ticks to allow spaces etc.

[[Imported from SVN: r6844]]
parent db75a95f
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ parse_control() {
# avoid multiple definition of the same module
if eval test "x\$HAVE_$module" != "x"; then
# make sure we don't stumble over the same module twice
if eval test \$PATH_$module = $path; then
if eval test "\$PATH_$module" = "$path"; then
return
fi
local old_mod_inst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment