summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@openmailbox.org>2015-08-04 11:53:37 +0200
committerMichael Vetter <jubalh@openmailbox.org>2015-08-04 11:53:37 +0200
commit1c52aafc3c8fcebc76f7274e9d918765401803b9 (patch)
tree0e1303a8e433850ba771d865466e62423cb370ab /script
parent1ca7141621817cd277e2c117819bcf4c66d88190 (diff)
Call bash instead of sh for rofi-sensible-terminal
In the script you use 'command -v' which AFAIK is a bash built-in and thus not available on all shells. Although /bin/sh links to /bin/bash on many systems it does not on every system. So it is possible that it does not work.
Diffstat (limited to 'script')
-rwxr-xr-xscript/rofi-sensible-terminal2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rofi-sensible-terminal b/script/rofi-sensible-terminal
index d0779c7a..ca86148d 100755
--- a/script/rofi-sensible-terminal
+++ b/script/rofi-sensible-terminal
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# This code is released in public domain by Han Boetes <han@mijncomputer.nl>
# Updated by Dave Davenport <qball@gmpclient.org>