summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-30 13:30:08 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-30 13:30:08 +0200
commit914b26a1b03f8d3a0d8c46005dff53114b5af8ec (patch)
tree923994e516d8250ad8f4829d47ba2f97b8fd6043 /opentox-ruby.sh
parentddad2649a837030a19ae1338243b76ab6a8e6104 (diff)
opentox-ruby
Diffstat (limited to 'opentox-ruby.sh')
-rwxr-xr-xopentox-ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 930d226..5ff89a0 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -59,7 +59,7 @@ cd opentox-ruby
pwd
$GIT remote show origin
$GIT fetch
-$GIT checkout -t origin/development
+$GIT checkout -b development origin/development
$GEM install jeweler
$RAKE install
GEM_LIB=`$GEM which opentox-ruby | sed 's/\/opentox-ruby.rb//'`