]> git.pld-linux.org Git - packages/icedove.git/blobdiff - icedove.sh
- up to 24.4.0
[packages/icedove.git] / 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.094569 seconds and 4 git commands to generate.