Author: sebor
Date: Tue Dec 18 21:29:54 2007
New Revision: 605434

URL: http://svn.apache.org/viewvc?rev=605434&view=rev
Log:
2007-12-18  Martin Sebor  <[EMAIL PROTECTED]>

        * genxviews: Restored /usr/local/bin/bash as the interpreter until
        the script is ported to the less than 100% POSIX conforming shell
        on FreeBSD (doesn't understand the 'readonly' keyword).

Modified:
    incubator/stdcxx/trunk/bin/genxviews

Modified: incubator/stdcxx/trunk/bin/genxviews
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/bin/genxviews?rev=605434&r1=605433&r2=605434&view=diff
==============================================================================
--- incubator/stdcxx/trunk/bin/genxviews (original)
+++ incubator/stdcxx/trunk/bin/genxviews Tue Dec 18 21:29:54 2007
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/local/bin/bash
 #
 # $Id: genxviews 601595 2007-12-06 01:33:50Z sebor $
 #


Reply via email to