From c554044c41d7bb2a6831bb59696b8192f30cfe8e Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 6 Dec 2020 10:44:56 +0100 Subject: [PATCH] Revert "sxmo_appmenu: fixed only one userscript appearing in Scripts menu" This reverts commit 0f9a86dece22557b2df15177933e5ff95f4143ba. --- 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 b447775..fb69ea0 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -28,7 +28,7 @@ programchoicesinit() { CHOICES=" $( find "$XDG_CONFIG_HOME/sxmo/userscripts" \( -type f -o -type l \) -print0 | - xargs --null -IF basename F | + xargs -IF basename F | awk '{printf "%s\t^ 0 ^ $XDG_CONFIG_HOME/sxmo/userscripts/%s \n", $0, $0}' | sort -f )