From f8e8b6480e143e41bc839f26610f550470bad186 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 8 Feb 2022 16:59:29 +0100 Subject: [PATCH] progress --- etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/functions b/etc/functions index 4fbf205..a7df81b 100644 --- a/etc/functions +++ b/etc/functions @@ -128,7 +128,7 @@ readin() { WHICH="$1" header "$WHICH" local -a choice - for i in $(find ./etc/${WHICH}/ -type f); do + for i in $(find ./etc/${WHICH}/ -type f | sort); do choice+=("$(basename $i)") done if [ "${#choice[@]}" -gt "1" ]; then