summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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