Skip to content

Commit

Permalink
fixCMake: use double quotes in the sed command so that the variables …
Browse files Browse the repository at this point in the history
…are actually expanded
  • Loading branch information
jmairboeck committed Apr 27, 2024
1 parent c787b40 commit 36f9a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaikuPorter/ShellScriptlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def getShellVariableSetters(shellVariables):
continue
fi
sed -e 's,${libDir},${developLibDir},' \
sed -e "s,${libDir},${developLibDir}," \
$path > $targetCMakeDir/$name
done
Expand Down

0 comments on commit 36f9a13

Please sign in to comment.