aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbooo <borgers@mi.fu-berlin.de>2011-04-26 01:08:22 +0200
committerbooo <borgers@mi.fu-berlin.de>2011-04-26 01:08:22 +0200
commit0a85fb5077e1036ea72ce5011a79e9aaa75628b9 (patch)
treee63956da2428fc9b9d35521f965125dd7aa6608b
parentbfe75502dbb0ab00dad6b2008f64730260febb31 (diff)
downloadosm-xapi-0a85fb5077e1036ea72ce5011a79e9aaa75628b9.tar.gz
osm-xapi-0a85fb5077e1036ea72ce5011a79e9aaa75628b9.tar.xz
osm-xapi-0a85fb5077e1036ea72ce5011a79e9aaa75628b9.zip
removed whitespaces
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 6227de2..db8c0b3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -11,7 +11,7 @@ export NVM_DIR=$PWD/nodejs
NODE_VERSION=v0.4.0
PROJECT_PATH=src/nodejs
-# end config
+# end config
###########################
# create directory
@@ -23,12 +23,12 @@ echo $NVM_DIR
nvm sync
# install node if requested
-echo "This will build and install node.js $NODE_VERSION into '$NVM_DIR'."
+echo "This will build and install node.js $NODE_VERSION into '$NVM_DIR'."
read -p "Do you like to proceed? <y/N> " prompt
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
then
nvm install $NODE_VERSION
- nvm use $NODE_VERSION
+ nvm use $NODE_VERSION
fi
@@ -48,5 +48,5 @@ npm link $PROJECT_PATH
echo
echo "To use nvm source it by typing: 'NVM_DIR=$NVM_DIR . $PWD/$NVM_PATH' "
echo "For permanent usage, add it to your ~/.bashrc"
-echo
+echo
echo "with 'nvm use $NODE_VERSION' you can enable nvm"