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

Work-around for buggy variable-expansion in Digital-Unix.

Rev: bin/smartlink:1.8
parent 5379b20e
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,6 @@ if test x$# != x0 ; then
fi
fi
exec $LINKER $LDOPTS
# Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.
# /grubba
eval $LINKER $LDOPTS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment