blob: 75014ba9271ed79d3d92fb216832ad92abe86a57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-examples_iOS_make-keys,v 1.2 2015/12/29 23:34:46 dholland Exp $
Remove bashism.
--- 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=""
|