diff options
| author | William Harrington <kb0iic@berzerkula.org> | 2021-03-19 09:36:13 -0500 |
|---|---|---|
| committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-19 09:36:13 -0500 |
| commit | cafc41e643b0ee0a3c3d57aa55b94dadbe90dafc (patch) | |
| tree | 34452052070c0dfa44dd630fc0dc6c93840aecad | |
| parent | 12b86c6365cef51be50a67873d46e643e43700e4 (diff) | |
Put compiling message on a new line.
| -rw-r--r-- | packageinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packageinstall.sh b/packageinstall.sh index 97b1764..3fbe193 100644 --- a/packageinstall.sh +++ b/packageinstall.sh @@ -28,7 +28,7 @@ else mv $(ls -1A)/* ./ fi - echo -ne "${CYN}Compiling ${YLW}${PACKAGE}${RST}... " + echo -ne "\n${CYN}Compiling ${YLW}${PACKAGE}${RST}... " sleep 5 mkdir -p "../log/chapter${CHAPTER}/" |
