summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-15 17:18:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-15 17:18:31 -0700
commit9dd6d67f0fc6ddf766ab6ac783b10f9cc52eeb87 (patch)
tree362020b525d29aacc2c7cff9da043b75ba354958 /scripts
parentc072c1f4eb85ea3787dc8728a8683fce1b26f2cb (diff)
downloaddotfiles-9dd6d67f0fc6ddf766ab6ac783b10f9cc52eeb87.tar.gz
s/d/emacsclient: use exec
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/desktop/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/desktop/emacsclient b/scripts/desktop/emacsclient
index f2aa2908..8360b0e1 100755
--- a/scripts/desktop/emacsclient
+++ b/scripts/desktop/emacsclient
@@ -40,4 +40,4 @@ else
EMACSCLIENT=$(command -v emacsclient)
fi
-"$EMACSCLIENT" -a "" "$@"
+exec "$EMACSCLIENT" -a "" "$@"