diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 19:44:28 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 19:44:28 -0500 |
commit | 63ce8db2f092debe438523878fa1f5f23610fa3f (patch) | |
tree | d4b00638bb5aaa39a2517a584360d2e052084de5 | |
parent | f0cf50b19420418596fcdf28d2c1cc3582681f54 (diff) |
Adjust indention.
-rw-r--r-- | chapter8/e2fsprogs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/e2fsprogs.sh b/chapter8/e2fsprogs.sh index 2a1aa02..bf9ac31 100644 --- a/chapter8/e2fsprogs.sh +++ b/chapter8/e2fsprogs.sh @@ -6,7 +6,7 @@ cd build || exit 1 ../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ - --sysconfdir=/etc \ + --sysconfdir=/etc \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ |