summaryrefslogtreecommitdiff
path: root/sysutils/mtools/patches/patch-ab
blob: ba40d2b415b9b59f2be88eb1114b609636986d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 1998/08/17 00:11:34 kim Exp $

--- configure.ORIG	Sun Aug 16 19:58:30 1998
+++ configure	Sun Aug 16 20:00:49 1998
@@ -2550,7 +2550,7 @@
 fi
 
 
-if [ $host_vendor = linux ] ; then
+if [ "$host_vendor" = linux ] ; then
     LDFLAGS="$LDFLAGS -z"
 fi