summaryrefslogtreecommitdiff
path: root/lang/gambc/patches/patch-examples_iOS_make-keys
blob: b9dd81faff93e75ce95c325d21eb2acd42ad6f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-examples_iOS_make-keys,v 1.1 2012/04/16 10:19:34 asau Exp $

--- examples/iOS/make-keys.orig	2011-07-25 18:21:39.000000000 +0000
+++ examples/iOS/make-keys
@@ -33,7 +33,7 @@ make_key_with_wh()
 
   FONT_SIZE=`expr \( ${KEY_HEIGHT} \* 1000 \) / 1625`
 
-  if [ "${IMAGE}" == "" ]; then
+  if [ "${IMAGE}" = "" ]; then
 
     DRAW_IMAGE=""