configure: sort utility functions alphabetically

This commit is contained in:
Jeremy Baxter 2024-08-02 18:51:13 +12:00
parent 8fc5c8f8d3
commit fc529a3e23

6
configure vendored
View file

@ -13,13 +13,13 @@ srcs='esvapi.d util.d initial.d'
present () {
command -v "$1" 1>/dev/null 2>/dev/null
}
using () {
>&2 printf "using %s\n" "$1"
}
throw () {
>&2 printf "%s: %s\n" "$(basename "$0")" "$1"
exit 1
}
using () {
>&2 printf "using %s\n" "$1"
}
# generators