summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:34:26 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 00:34:26 -0500
commit435a7b5e8e590240340232cc1832ead32b87adc6 (patch)
tree60cd8592209c8500efd2807753aab91c4eb157f4
parent7147501a1a7a60344c4a0b856abea25c5a382428 (diff)
.local/bin/xmessage: get in on the exec party
-rwxr-xr-x.local/bin/xmessage2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/xmessage b/.local/bin/xmessage
index bd30b5e..08fd95e 100755
--- a/.local/bin/xmessage
+++ b/.local/bin/xmessage
@@ -1,2 +1,2 @@
#!/bin/sh
-gxmessage $@ -fn 'Monospace'
+exec gxmessage $@ -fn 'Monospace'