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:
authorJames Donald <jdonald@leapmotion.com>2017-04-30 07:12:21 +0300
committerJames Donald <jdonald@leapmotion.com>2017-04-30 07:12:21 +0300
commitc4a04623986e6c6f0fad4366cf83a80e4ae38fd8 (patch)
tree2140c698d3cda70c2f5c451e89bbcafe9c6bfd74
parent12926763749299a9856b39335420dc2b0a373827 (diff)
Remove a newline in the error message
-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"}