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:51 -0500 |
commit | 4f5ebc2af6bac76e40a4e7af0f8a62f67da06f58 (patch) | |
tree | 719eb392c0e205a90a3bf8c2df19bc20f27d7cf6 | |
parent | 4b7cae034764b66323dd2e103696bc6fc54b1e03 (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 ddf6275..4c2619e 100644 --- a/chapter8/e2fsprogs.sh +++ b/chapter8/e2fsprogs.sh @@ -7,7 +7,7 @@ cd build || exit 1 ../configure --prefix=/usr \ --bindir=/bin \ --with-root-prefix="" \ - --sysconfdir=/etc \ + --sysconfdir=/etc \ --enable-elf-shlibs \ --disable-libblkid \ --disable-libuuid \ |