You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/07 17:02:56 UTC

svn commit: r1067990 - in /lucene/dev/nightly: hudson-lucene-solr-maven-3.x.sh hudson-lucene-solr-maven-trunk.sh

Author: sarowe
Date: Mon Feb  7 16:02:56 2011
New Revision: 1067990

URL: http://svn.apache.org/viewvc?rev=1067990&view=rev
Log:
switch shell to bash to handle for loops

Modified:
    lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh
    lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh

Modified: lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh?rev=1067990&r1=1067989&r2=1067990&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven-3.x.sh Mon Feb  7 16:02:56 2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 . $WORKSPACE/nightly/hudson-settings.sh
 
 #Update the Version # when doing a release

Modified: lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh?rev=1067990&r1=1067989&r2=1067990&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh Mon Feb  7 16:02:56 2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 . $WORKSPACE/nightly/hudson-settings.sh
 
 #Update the Version # when doing a release