From de24ae35cd95766256d2a38b851f32a8dd99ce88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 26 Oct 2010 17:04:48 +0000 Subject: [PATCH] - one more exec, no bashism Changed files: icedove.sh -> 1.10 --- icedove.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icedove.sh b/icedove.sh index f7f4ef6..6c88b2e 100644 --- a/icedove.sh +++ b/icedove.sh @@ -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 -- 2.44.0