navit: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:08 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:53 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/navit/files/shr/navit.launcher

index 68baaeb..f3e1b0a 100644 (file)
@@ -24,7 +24,7 @@
 pgrep '^navit$'
 not_running=$?
 
-if [ $not_running == 0 ]; then
+if [ $not_running = 0 ]; then
         echo "navit already running !!"
 else
         echo "ok starting navit ..."