summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-12 14:33:44 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-12 14:33:44 +0200
commit40ba6d136a73a265eb8a330a5cd540faa079934a (patch)
tree8392e795e1e820d5ddfb42bb50e8abbc0baaed0b /README
parentfd3edb3948052f0cd3bd888719aa83a7fb9ca794 (diff)
Fixed pwd
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 8d86513..6e45217 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
@@ -73,7 +73,6 @@ otupdate() {
cd "START_DIR"
}
-
# Start the server
otstart() {
otkill