Author: vborja
Date: Thu May 8 06:46:37 2008
New Revision: 654524
URL: http://svn.apache.org/viewvc?rev=654524&view=rev
Log:
buildr-git.rb should be executed with ruby
Modified:
incubator/buildr/trunk/doc/scripts/buildr-git.rb
Modified: incubator/buildr/trunk/doc/scripts/buildr-git.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/scripts/buildr-git.rb?rev=654524&r1=654523&r2=654524&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/scripts/buildr-git.rb (original)
+++ incubator/buildr/trunk/doc/scripts/buildr-git.rb Thu May 8 06:46:37 2008
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env ruby
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with this
# work for additional information regarding copyright ownership. The ASF