sxmo_appmenu: fixed only one userscript appearing in Scripts menu
Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
parent
abd931d9ce
commit
0f9a86dece
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ programchoicesinit() {
|
||||||
CHOICES="
|
CHOICES="
|
||||||
$(
|
$(
|
||||||
find "$XDG_CONFIG_HOME/sxmo/userscripts" \( -type f -o -type l \) -print0 |
|
find "$XDG_CONFIG_HOME/sxmo/userscripts" \( -type f -o -type l \) -print0 |
|
||||||
xargs -IF basename F |
|
xargs --null -IF basename F |
|
||||||
awk '{printf "%s\t^ 0 ^ $XDG_CONFIG_HOME/sxmo/userscripts/%s \n", $0, $0}' |
|
awk '{printf "%s\t^ 0 ^ $XDG_CONFIG_HOME/sxmo/userscripts/%s \n", $0, $0}' |
|
||||||
sort -f
|
sort -f
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue