]> git.pld-linux.org Git - packages/icedove.git/commitdiff
- one more exec, no bashism
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 26 Oct 2010 17:04:48 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove.sh -> 1.10

icedove.sh

index f7f4ef6005ef8448088abff1568865cbfd525583..6c88b2e80509c2b9bba7c701eb5969001f92b602 100644 (file)
@@ -22,8 +22,8 @@ done
 
 ICEDOVE="$LIBDIR/icedove"
 
-if [ "$1" == "-remote" ]; then
-       $ICEDOVE "$@"
+if [ "$1" = "-remote" ]; then
+       exec $ICEDOVE "$@"
 else
        PING=$($ICEDOVE -remote 'ping()' 2>&1 >/dev/null)
        if [ -n "$PING" ]; then
This page took 0.294171 seconds and 4 git commands to generate.