summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 13:02:39 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 13:02:39 -0500
commit06a6ba98a8b15ba7d057945cd38d23eeb8746cdd (patch)
tree8d0f060d14825fdb65436663453dc9198b4e32c8 /.local
parentcbd6ae1cc7374e9c825642751bfa146c7cc0a5a8 (diff)
.local/bin/xmessage: quote $@
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/xmessage2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/xmessage b/.local/bin/xmessage
index 08fd95e..46647e0 100755
--- a/.local/bin/xmessage
+++ b/.local/bin/xmessage
@@ -1,2 +1,2 @@
#!/bin/sh
-exec gxmessage $@ -fn 'Monospace'
+exec gxmessage "$@" -fn 'Monospace'