diff options
author | midipix <writeonce@midipix.org> | 2019-10-20 15:47:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-20 16:11:21 +0000 |
commit | 131a8f23e712e13e5975b17e115399b5e622386e (patch) | |
tree | c9f61a686b2432f4ebaa5231b4abc8a95e92c06a /configure | |
parent | 92d9803cdfc1ce17b8f8e2566cd5b00532df4b8e (diff) | |
download | ptycon-131a8f23e712e13e5975b17e115399b5e622386e.tar.bz2 ptycon-131a8f23e712e13e5975b17e115399b5e622386e.tar.xz |
build system: configure: config_status(): ensure consistent output.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ config_host() config_status() { printf "\n\n" - make .display + make -j1 .display printf "\nconfiguration completed successfully.\n\n" } |