From 7dc8eae01534f146dad9c67ce821eec768c11690 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Sat, 2 Oct 2021 03:01:32 -0400 Subject: syntax correction for POSIX-compliance --- awesome/autorun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome') diff --git a/awesome/autorun.sh b/awesome/autorun.sh index b44ff96..ca7de50 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -1,9 +1,9 @@ #!/bin/sh run () { - if ! pgrep -f $1 ; + if ! pgrep -f "$1" ; then - $@& + "$@"& fi } -- cgit v1.2.3