From 73bdbeb03648efe857b54c5e7459b5e71cd69fd4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 25 Jun 2024 12:11:38 +0800 Subject: [PATCH] install.sh: replace tab with spaces to be more consistent with the rest of this script file. Signed-off-by: Kefu Chai --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1554010..c9cb65c 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ while [ $# -gt 0 ]; do ;; "--help") shift 1 - print_usage + print_usage ;; *) print_usage