From: Andreas Jaeger Date: Sun, 13 May 2001 19:56:59 +0000 (+0000) Subject: more straightforward macro usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546977281b51c55f1fab3f45e698bc3d6eb1fd00;p=thirdparty%2Flibtool.git more straightforward macro usage --- diff --git a/exe/ltmacros.tpl b/exe/ltmacros.tpl index 8a9fa0302..d6eb14bd7 100644 --- a/exe/ltmacros.tpl +++ b/exe/ltmacros.tpl @@ -40,8 +40,7 @@ ENDDEF =][= DEFINE lock-conflict =][= - (if (exist? "test") - (sprintf "\nif (%s) > /dev/null 2>&1 ; then" (get "test"))) =] + % test "\nif (%s) > /dev/null 2>&1 ; then" =] cat >&2 <<_EOF_ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null`