summaryrefslogtreecommitdiff
path: root/cross/avr-gdb/patches/patch-ac
blob: 2aa4aee5fe3dadf19672735d61f63072138a7283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.2 2013/08/07 05:34:14 mef Exp $

ERROR: [check-portability.awk] => Found test ... == ...:

--- gdb/config/djgpp/djconfig.sh.orig	2002-02-25 17:09:45.000000000 +0100
+++ gdb/config/djgpp/djconfig.sh	2006-10-13 20:25:02.000000000 +0200
@@ -76,7 +76,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
 
 # We need to skip the build directory if it is a subdirectory of $srcdir,
 # otherwise we will have an infinite recursion on our hands...
-if test "`pwd`" == "${srcdir}" ; then
+if test "`pwd`" = "${srcdir}" ; then
   SKIPDIR=""
   SKIPFILES=""
 else