From d32b62bf3141594a1169eba26af6f9317255fdb6 Mon Sep 17 00:00:00 2001 From: Abhinandan Date: Thu, 28 May 2015 13:51:43 +0530 Subject: [PATCH] Pre appended newline to source_line Playing it safe --- binscripts/gvm-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binscripts/gvm-installer b/binscripts/gvm-installer index 801e8fd..a6ccf34 100755 --- a/binscripts/gvm-installer +++ b/binscripts/gvm-installer @@ -89,7 +89,7 @@ popd > /dev/null [ -z "$GVM_NO_GIT_BAK" ] && mv "$GVM_DEST/$GVM_NAME/.git" "$GVM_DEST/$GVM_NAME/git.bak" -source_line="[[ -s \"${GVM_DEST}/$GVM_NAME/scripts/gvm\" ]] && source \"${GVM_DEST}/$GVM_NAME/scripts/gvm\"" +source_line="\n[[ -s \"${GVM_DEST}/$GVM_NAME/scripts/gvm\" ]] && source \"${GVM_DEST}/$GVM_NAME/scripts/gvm\"" source_file="${GVM_DEST}/$GVM_NAME/scripts/gvm" if [ -z "$GVM_NO_UPDATE_PROFILE" ] ; then