From 764432e259397e42aacedd1f697e00f9beaeedc8 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 26 May 2011 08:20:39 +0200 Subject: otupdate: nicer output --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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//'` -- cgit v1.2.3