summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-26 08:20:39 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-26 08:20:39 +0200
commit764432e259397e42aacedd1f697e00f9beaeedc8 (patch)
treed32418e2c2e8194f2db725904d9d19bf7dd3ec62 /README
parent6ad827787e2ee1809eb0cb68dfa2cbabd74252e2 (diff)
otupdate: nicer output
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fdd5e6a..3d2e36a 100644
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ otconfig() {
otupdate() {
otconfig
cd $HOME/opentox-ruby/www/opentox
- for d in `find -type d -maxdepth 1`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
+ for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
cd opentox-ruby
rake install
LINK_DIR=`gem which opentox-ruby | sed 's/\/opentox-ruby.rb//'`