summaryrefslogtreecommitdiff
path: root/opie-handwriting/opie-handwriting_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-handwriting/opie-handwriting_cvs.oe')
-rw-r--r--opie-handwriting/opie-handwriting_cvs.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/opie-handwriting/opie-handwriting_cvs.oe b/opie-handwriting/opie-handwriting_cvs.oe
index 8660693e38..c33fc2e399 100644
--- a/opie-handwriting/opie-handwriting_cvs.oe
+++ b/opie-handwriting/opie-handwriting_cvs.oe
@@ -16,7 +16,7 @@ inherit opie
pkg_postinst() {
#!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
if pidof -s qpe >/dev/null; then
/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
else
@@ -27,7 +27,7 @@ fi
pkg_postrm() {
#!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
}