From 1c52aafc3c8fcebc76f7274e9d918765401803b9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 4 Aug 2015 11:53:37 +0200 Subject: 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. --- script/rofi-sensible-terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') 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 # Updated by Dave Davenport -- cgit v1.2.3