From dc03fb40fe55a7dc88c07509b47299223d4d5815 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 14:02:28 +0200 Subject: cleaned up scripts, use sh (-> dash) where possible --- bin/guiscripts/dmhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts/dmhelp') diff --git a/bin/guiscripts/dmhelp b/bin/guiscripts/dmhelp index 653fa1f..6199c21 100755 --- a/bin/guiscripts/dmhelp +++ b/bin/guiscripts/dmhelp @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh program="${1:-$(dmenu_path | dmenu -l 4 -g 5)}" opfil="/tmp/dmh_options.txt" test -z "${program}" && exit 1 -- cgit v1.2.3