Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh3
1 files changed, 1 insertions, 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"}