$NetBSD: patch-ae,v 1.1 2006/10/19 06:19:18 rillig Exp $

--- packaging/macosx/Resources/bin/getdisplay.sh.orig	2006-09-06 07:41:47.000000000 +0200
+++ packaging/macosx/Resources/bin/getdisplay.sh	2006-10-19 08:13:34.000000000 +0200
@@ -2,7 +2,7 @@
 #
 # Author: Aaron Voisine <aaron@voisine.org>
 
-if [ "$DISPLAY"x == "x" ]; then
+if [ "$DISPLAY"x = "x" ]; then
     echo :0 > /tmp/display.$UID
 else
     echo $DISPLAY > /tmp/display.$UID
