arch-chroot: move include_m4 after the globals

After the m4 substitution, the globals end up mixed misc functions.
Just keep them at the top for legibility.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2023-03-26 17:57:04 +01:00
parent f5acbb9058
commit 7101c552a0

View File

@ -2,11 +2,11 @@
shopt -s extglob
m4_include(common)
setup=chroot_setup
unshare=0
m4_include(common)
usage() {
cat <<EOF
usage: ${0##*/} chroot-dir [command] [arguments...]