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:
parent
f5acbb9058
commit
7101c552a0
@ -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...]
|
||||
|
Loading…
Reference in New Issue
Block a user