You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/12/19 06:29:56 UTC

svn commit: r605434 - /incubator/stdcxx/trunk/bin/genxviews

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  <se...@roguewave.com>

	* 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 $
 #