summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-29 16:17:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-29 16:23:50 -0700
commit345c5f1c825e38a3f0dc79e435d1d1ba48f64684 (patch)
treec6671aa079e92593a8df2b5a704db3d12e5784a5 /scripts
parent09b11ed8182d656e920a6a8934c460463523ec03 (diff)
downloaddotfiles-345c5f1c825e38a3f0dc79e435d1d1ba48f64684.tar.gz
add minor shell script quotation
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 bad6d26e..c4fec064 100755
--- a/scripts/desktop/emacsclient
+++ b/scripts/desktop/emacsclient
@@ -8,4 +8,4 @@ else
EMACSCLIENT=$(command -v emacsclient)
fi
-$EMACSCLIENT -a "" -nc
+"$EMACSCLIENT" -a "" -nc