From 9581b754cb39212dbebee56f46cb0260572c5df9 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 28 Nov 2022 00:04:12 -0600 Subject: use /bin/sh not /sbin/sh --- startxw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startxw') diff --git a/startxw b/startxw index 1782c1d..9b947f0 100755 --- a/startxw +++ b/startxw @@ -1,11 +1,11 @@ -#!/sbin/sh +#!/bin/sh if [ `crcparse wayland` = "y" ]; then case `crcparse WC` in `which dwl`) exec `which dwl` > ~/.cache/dwltags ;; - "*") + *) exec `crcparse WC` ;; esac else -- cgit v1.2.3