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 06:34:17 +0300
committerJames Donald <jdonald@leapmotion.com>2017-04-30 06:34:17 +0300
commit218f36d5fc50b9e4f6b6c8d1aa28e704d7d275f5 (patch)
treead6a11672d04065fe1cdb75d585dea33955318cd
parented2b0f48a9f3b4aa47ec5fab5abcabcedac4f97d (diff)
Make it okay to have spaces in $HOME/.profile
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 5ea1ad9..a32bc83 100755
--- a/install.sh
+++ b/install.sh
@@ -221,7 +221,7 @@ if [[ $WRITE_PATH_TO_PROFILE == 1 ]]; then
. $PREFIX/bin/torch-activate" >> $RC_FILE
echo "
-. $PREFIX/bin/torch-activate" >> $HOME/.profile
+. $PREFIX/bin/torch-activate" >> "$HOME"/.profile
else
echo "