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/dmpower | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts/dmpower') diff --git a/bin/guiscripts/dmpower b/bin/guiscripts/dmpower index c6c7fe4..5c333a8 100755 --- a/bin/guiscripts/dmpower +++ b/bin/guiscripts/dmpower @@ -1,3 +1,3 @@ #!/bin/sh -choice="$(echo -e "poweroff\nreboot\nhibernate" | dmenu -l 1 -g 3)" +choice="$(echo "poweroff\nreboot\nhibernate" | dmenu -l 1 -g 3)" test -z "$choice" || doas "$choice" -- cgit v1.2.3