]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- avoid subdirs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Sep 2010 08:12:40 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedove.sh -> 1.8

icedove.sh

index 1be5a48739d86607a6bcb05f2d9937768ec55688..2c02dec3693bc9b2fd71743a3ff0cc7cb33ce9dc 100644 (file)
@@ -26,14 +26,14 @@ if [ "$1" == "-remote" ]; then
 else
        PING=$($ICEDOVE -remote 'ping()' 2>&1 >/dev/null)
        if [ -n "$PING" ]; then
-               $ICEDOVE "$@"
+               exec $ICEDOVE "$@"
        else
                case "$1" in
-                   -compose|-editor)
-                       $ICEDOVE -remote 'xfeDoCommand (composeMessage)'
+               -compose|-editor)
+                       exec $ICEDOVE -remote 'xfeDoCommand (composeMessage)'
                        ;;
-                   *)
-                       $ICEDOVE -remote 'xfeDoCommand (openInbox)'
+               *)
+                       exec $ICEDOVE -remote 'xfeDoCommand (openInbox)'
                        ;;
                esac
        fi
This page took 0.473197 seconds and 4 git commands to generate.