You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/07 02:32:24 UTC

svn commit: r1429636 - in /continuum/project: copy-release.sh remove-release.sh

Author: brett
Date: Mon Jan  7 01:32:24 2013
New Revision: 1429636

URL: http://svn.apache.org/viewvc?rev=1429636&view=rev
Log:
find bash from the right location

Modified:
    continuum/project/copy-release.sh
    continuum/project/remove-release.sh

Modified: continuum/project/copy-release.sh
URL: http://svn.apache.org/viewvc/continuum/project/copy-release.sh?rev=1429636&r1=1429635&r2=1429636&view=diff
==============================================================================
--- continuum/project/copy-release.sh (original)
+++ continuum/project/copy-release.sh Mon Jan  7 01:32:24 2013
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -e
 

Modified: continuum/project/remove-release.sh
URL: http://svn.apache.org/viewvc/continuum/project/remove-release.sh?rev=1429636&r1=1429635&r2=1429636&view=diff
==============================================================================
--- continuum/project/remove-release.sh (original)
+++ continuum/project/remove-release.sh Mon Jan  7 01:32:24 2013
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -e