From fc529a3e2390f31535bf85918087c67029a9b11b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 2 Aug 2024 18:51:13 +1200 Subject: [PATCH] configure: sort utility functions alphabetically --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 6792cd6..4e10be0 100755 --- a/configure +++ b/configure @@ -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