From 391df5db6ab59b51f2484eee0bf6888961368315 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sat, 27 Jun 2020 20:55:14 -0500 Subject: [PATCH] Fix syntax error in sxmo_appmenu.sh; trap not signal --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 3d0d414..52f46be 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -signal gracefulexit INT TERM +trap gracefulexit INT TERM WIN=$(xdotool getwindowfocus) gracefulexit() {