From: Elan Ruusamäe Date: Tue, 26 Oct 2010 17:04:48 +0000 (+0000) Subject: - one more exec, no bashism X-Git-Tag: icedove-7_0_1-0_1~36 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=de24ae35cd95766256d2a38b851f32a8dd99ce88;p=packages%2Fthunderbird.git - one more exec, no bashism Changed files: icedove.sh -> 1.10 --- 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