From c4a04623986e6c6f0fad4366cf83a80e4ae38fd8 Mon Sep 17 00:00:00 2001 From: James Donald Date: Sat, 29 Apr 2017 21:12:21 -0700 Subject: Remove a newline in the error message --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 89883ee..40fb6a9 100755 --- a/install.sh +++ b/install.sh @@ -6,8 +6,7 @@ BATCH_INSTALL=0 THIS_DIR=$(cd $(dirname $0); pwd) if [[ "$THIS_DIR" == *" "* ]]; then echo "$THIS_DIR: Torch cannot install to a path containing whitespace. -Please try a different path, one without any spaces. -" +Please try a different path, one without any spaces." exit 1 fi PREFIX=${PREFIX:-"${THIS_DIR}/install"} -- cgit v1.2.3