From bd6ea2a17e3bb779d5e8d787ffcb170fecc92043 Mon Sep 17 00:00:00 2001 From: Jochen Keil Date: Mon, 13 Aug 2012 07:31:41 +0200 Subject: sh is not linked to bash on all systems This is a bash script, so for correctness is needs to be /bin/bash --- samples/status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3