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