git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00950ff
)
navit: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:08 +0000
(15:43 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/recipes/navit/files/shr/navit.launcher
b/recipes/navit/files/shr/navit.launcher
index
68baaeb
..
f3e1b0a
100644
(file)
--- 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 ..."