scripts: code cleanup

This commit is contained in:
Pierre Pronchery 2022-09-30 13:12:08 +02:00
parent 29483d765e
commit 7e66d53d19

View File

@ -29,6 +29,7 @@ CONFIGSH="${0%/subst.sh}/../config.sh"
PREFIX="/usr/local"
BINDIR=
DATADIR=
DEVNULL="/dev/null"
INCLUDEDIR=
LDSO=
LIBDIR=
@ -41,7 +42,6 @@ SYSCONFDIR=
CHMOD="chmod"
DATE="date"
DEBUG="_debug"
DEVNULL="/dev/null"
INSTALL="install"
MKDIR="mkdir -m 0755 -p"
RM="rm -f"
@ -143,6 +143,7 @@ _subst()
return 0
}
#debug
_debug()
{