aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/navit
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/navit')
-rw-r--r--recipes/navit/files/shr/navit.launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/navit/files/shr/navit.launcher b/recipes/navit/files/shr/navit.launcher
index 68baaeb956..f3e1b0a0fc 100644
--- a/recipes/navit/files/shr/navit.launcher
+++ b/recipes/navit/files/shr/navit.launcher
@@ -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 ..."