From f180bee64f74d4caf7eed3a3156300e6bb724f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 16 Dec 1998 17:24:52 +0100 Subject: [PATCH] Improved support for quoting of quotes. Rev: bin/smartlink:1.18 --- bin/smartlink | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/smartlink b/bin/smartlink index 94a77253ea..9e62c53b01 100755 --- a/bin/smartlink +++ b/bin/smartlink @@ -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 $? -- GitLab