From aba3be7be1a22e87c1c7d71a4d05716d9da24fec Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 10 Mar 2024 18:08:52 +0800 Subject: [PATCH] Fix unexpected joined line (#317) --- scriptdata/options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scriptdata/options b/scriptdata/options index f3e37f578..7fdf19b24 100644 --- a/scriptdata/options +++ b/scriptdata/options @@ -3,7 +3,8 @@ # NOTE that you NOT need to `cd ..' because the `$0' is NOT this file, but the script file which will source this file. # The script that use this file should have two lines on its top as follows: -# cd "$(dirname "$0")" export base="$(pwd)" showhelp(){ +# cd "$(dirname "$0")" export base="$(pwd)" +showhelp(){ echo -e "Syntax: $0 [Options]... Idempotent installation script for dotfiles.