Skip to content
Snippets Groups Projects
Commit f180bee6 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Improved support for quoting of quotes.

Rev: bin/smartlink:1.18
parent c64f03fe
No related branches found
No related tags found
No related merge requests found
......@@ -147,4 +147,7 @@ fi
# Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.
# /grubba
eval $LINKER $LDOPTS
# Used to be eval, but then quoting of quotes doesn't work.
# /grubba
$LINKER $LDOPTS
exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment