configure: sort utility functions alphabetically
This commit is contained in:
parent
8fc5c8f8d3
commit
fc529a3e23
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
@ -13,13 +13,13 @@ srcs='esvapi.d util.d initial.d'
|
||||||
present () {
|
present () {
|
||||||
command -v "$1" 1>/dev/null 2>/dev/null
|
command -v "$1" 1>/dev/null 2>/dev/null
|
||||||
}
|
}
|
||||||
using () {
|
|
||||||
>&2 printf "using %s\n" "$1"
|
|
||||||
}
|
|
||||||
throw () {
|
throw () {
|
||||||
>&2 printf "%s: %s\n" "$(basename "$0")" "$1"
|
>&2 printf "%s: %s\n" "$(basename "$0")" "$1"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
using () {
|
||||||
|
>&2 printf "using %s\n" "$1"
|
||||||
|
}
|
||||||
|
|
||||||
# generators
|
# generators
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue