From b86869a0a4909cd9b98b718009e218b88cfd6d4e Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 8 Mar 2016 23:18:48 +0800 Subject: [PATCH] minor, fix blank line --- le.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/le.sh b/le.sh index e2c19592..7c93e5c3 100755 --- a/le.sh +++ b/le.sh @@ -296,7 +296,6 @@ _setopt() { else _debug APP - echo "" >> "$__conf" echo "$__opt$__sep$__val$__end" >> "$__conf" fi _debug "$(grep -H -n "^$__opt$__sep" $__conf)" @@ -1232,7 +1231,7 @@ install() { alias le=\"$LE_WORKING_DIR/le.sh\" alias le.sh=\"$LE_WORKING_DIR/le.sh\" " > "$LE_WORKING_DIR/le.env" - + echo "" >> "$_profile" _setopt "$_profile" "source \"$LE_WORKING_DIR/le.env\"" _info "OK, Close and reopen your terminal to start using le" else