<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,10 @@
 #!/bin/bash
 # A wrapper script to download and run bootstrap_ruby.sh, see http://github.com/thewoolleyman/bootstrap-ruby
 
+  
+if [ -z $BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL ]; then BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL='http://github.com/thewoolleyman/bootstrap-ruby/raw/master'; fi
 
-wget -O /tmp/bootstrap_ruby.sh http://github.com/thewoolleyman/bootstrap-ruby/raw/master/bootstrap_ruby.sh
+sudo rm -f /tmp/bootstrap_ruby.sh
+wget -O /tmp/bootstrap_ruby.sh $BOOTSTRAP_RUBY_GIT_DOWNLOAD_URL/bootstrap_ruby.sh
 chmod a+x /tmp/bootstrap_ruby.sh
 NO_RUBY_PROGRAM_SUFFIX=true /tmp/bootstrap_ruby.sh # Disable Ruby program suffix until Rubygems issues with non-default format-executables are resolved.</diff>
      <filename>bootstrap_ruby.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>22b902a35a109803c3ef771cd3c0a4a488c59187</id>
    </parent>
  </parents>
  <author>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </author>
  <url>http://github.com/thewoolleyman/cinabox/commit/bf8dfb94bdef0181f4c68cf36828531f6e6d134d</url>
  <id>bf8dfb94bdef0181f4c68cf36828531f6e6d134d</id>
  <committed-date>2009-08-18T00:39:32-07:00</committed-date>
  <authored-date>2009-08-18T00:39:32-07:00</authored-date>
  <message>allow override of bootstrap ruby download location, delete target file if it already exists</message>
  <tree>b44d9635d9cb70e043fea49ff6c7e49f3f61373f</tree>
  <committer>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </committer>
</commit>
