8000 arch-chroot: move include_m4 after the globals · archlinux/arch-install-scripts@7101c55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7101c55

Browse files
committed
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>
1 parent f5acbb9 commit 7101c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch-chroot.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
shopt -s extglob
44

5-
m4_include(common)
6-
75
setup=chroot_setup
86
unshare=0
97

8+
m4_include(common)
9+
1010
usage() {
1111
cat <<EOF
1212
usage: ${0##*/} chroot-dir [command] [arguments...]

0 commit comments

Comments
 (0)
0