summaryrefslogtreecommitdiffhomepage
path: root/samples
diff options
context:
space:
mode:
authorJochen Keil <jochen.keil@gmail.com>2012-08-13 07:31:41 +0200
committerJochen Keil <jochen.keil@gmail.com>2012-08-13 07:31:41 +0200
commitbd6ea2a17e3bb779d5e8d787ffcb170fecc92043 (patch)
treefa36a459f4118a3bf7e3e791e6529d5ef9744e75 /samples
parent501b4afb25692bf8449088594d46a3c22645d325 (diff)
downloadxmobar-bd6ea2a17e3bb779d5e8d787ffcb170fecc92043.tar.gz
xmobar-bd6ea2a17e3bb779d5e8d787ffcb170fecc92043.tar.bz2
sh is not linked to bash on all systems
This is a bash script, so for correctness is needs to be /bin/bash
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/status.sh b/samples/status.sh
index c84d7f2..94e8fe7 100755
--- a/samples/status.sh
+++ b/samples/status.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
STATUSPIPE="/tmp/xmobar_status_jrk"