Fix syntax error in sxmo_appmenu.sh; trap not signal

This commit is contained in:
Miles Alan 2020-06-27 20:55:14 -05:00
parent 8ee22f3038
commit 391df5db6a

View file

@ -1,5 +1,5 @@
#!/usr/bin/env sh
signal gracefulexit INT TERM
trap gracefulexit INT TERM
WIN=$(xdotool getwindowfocus)
gracefulexit() {