From 3b122ed13cc996463b478bd58b3167d8d300bfd4 Mon Sep 17 00:00:00 2001 From: Mason Rowe Date: Fri, 3 Dec 2021 10:50:07 -0500 Subject: [PATCH] fix formatting --- yabs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yabs.sh b/yabs.sh index c009630..0d75c73 100755 --- a/yabs.sh +++ b/yabs.sh @@ -1,7 +1,7 @@ #!/bin/bash # Yet Another Bench Script by Mason Rowe -# Initial Oct 2019; Last update Nov 2021 +# Initial Oct 2019; Last update Dec 2021 # # Disclaimer: This project is a work in progress. Any errors or suggestions should be # relayed to me via the GitHub project page linked below. @@ -15,7 +15,7 @@ echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e '# Yet-Another-Bench-Script #' -echo -e '# v2021-11-30 #' +echo -e '# v2021-12-03 #' echo -e '# https://github.com/masonr/yet-another-bench-script #' echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' @@ -28,7 +28,7 @@ if locale -a | grep ^C$ > /dev/null ; then export LC_ALL=C else # locale "C" not installed, display warning - echo -e "\nWarning: locale 'C' not detected. Test outputs may not be parsed correctly." + echo -e "\nWarning: locale 'C' not detected. Test outputs may not be parsed correctly." fi # determine architecture of host