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

Got rid of eval, since quoting of quotes won't work with it.

Rev: bin/smartlink:1.22
parent 00b07786
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,11 @@ fi ...@@ -152,6 +152,11 @@ fi
# ;; # ;;
#esac #esac
# exec $LINKER $LDOPTS
# Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion. # Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.
# /grubba # /grubba
eval $LINKER $LDOPTS # eval $LINKER $LDOPTS
# Used to be eval, but then quoting won't work.
# /grubba 1998-12-16
$LINKER $LDOPTS
exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment