You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/11/10 04:56:29 UTC

svn commit: r1637787 - in /oodt/trunk: CHANGES.txt mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt

Author: mattmann
Date: Mon Nov 10 03:56:29 2014
New Revision: 1637787

URL: http://svn.apache.org/r1637787
Log:
Fix for OODT-786 Change shebang to bash for proper color output contributed by Poojit Sharma <po...@gmail.com> this closes #11.

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1637787&r1=1637786&r2=1637787&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Mon Nov 10 03:56:29 2014
@@ -3,6 +3,8 @@ Apache OODT Change Log
   
 Release 0.8 - Current Development
 
+* OODT-786 Change shebang to bash for proper color output (Poojit Sharma via mattmann)
+
 * OODT-785 Update batch stub with legacyMode set to true (meghamsh4 via mattmann)
 
 * OODT-783 RADiX Crawler action bean config refers to WORKFLOWMGR_URL (Angela Wang via mattmann)

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt?rev=1637787&r1=1637786&r2=1637787&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/src/main/resources/bin/oodt Mon Nov 10 03:56:29 2014
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with