From 8323746ddf77a7465242a806f21b23706d233e5d Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Mon, 10 Sep 2007 19:11:28 -0400 Subject: [PATCH] fix small typo in error message when f/s isn't supported. --- run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests b/run-tests index 8a83440..513600f 100755 --- a/run-tests +++ b/run-tests @@ -209,7 +209,7 @@ function test_fs # else exit, ignoring unsupported file system echo -e -n "\033[1;31m" echo -e -n "File system $fs is not supported in this kernel (`uname -r`)" - echo "\033[m" + echo -e "\033[m" sleep 1 exit 0 done -- 2.43.0