From 76a9c75a5377415efc029fbf20de80964618ddb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 30 Nov 1997 21:11:04 +0100
Subject: [PATCH] ULTRIX /bin/sh doesn't understand the ${SGI_ABI:-} syntax.

Rev: bin/smartlink:1.16
---
 bin/smartlink | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/smartlink b/bin/smartlink
index aeaa794397..5f7691e767 100755
--- a/bin/smartlink
+++ b/bin/smartlink
@@ -10,7 +10,7 @@ LD_PXDB=/dev/null
 export LD_PXDB
 
 #Special hack for SGI
-if test "${SGI_ABI:-}" = ""; then
+if test "x$SGI_ABI" = "x"; then
   SGI_ABI=-n32
 fi
 export SGI_API
-- 
GitLab