summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-12 14:44:55 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-12 14:44:55 +0200
commita016f293715e61d4b2217258ff4ad71c9daef634 (patch)
treea5ed67fd3c0068a1c5333ecdba40ed1a985e6a6c
parent60b2cbaca5adef4d5806eac782a4c1af19896603 (diff)
parentb64be79306ef587d3a357e03703a28ccb4d53f2f (diff)
Merge branch 'development' into release/v2.1.0
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 8d86513..a3c5ec1 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ otconfig() {
# Update the development version
otupdate() {
- START_DIR=`PWD`
+ START_DIR=`pwd`
otconfig
cd $HOME/opentox-ruby/www/opentox
for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
@@ -70,10 +70,9 @@ otupdate() {
ln -sf $HOME/opentox-ruby/www/opentox/opentox-ruby/lib `echo ${LINK_DIR::${#LINK_DIR}-4}`
fi
echo "Please execute 'otstart' to restart."
- cd "START_DIR"
+ cd "$START_DIR"
}
-
# Start the server
otstart() {
otkill