[Dart-dev] [4712] DART/trunk/mpi_utilities/fixsystem: Use /bin/sh instead of ksh; it runs fine with the original

nancy at ucar.edu nancy at ucar.edu
Tue Feb 15 13:42:24 MST 2011


Revision: 4712
Author:   nancy
Date:     2011-02-15 13:42:24 -0700 (Tue, 15 Feb 2011)
Log Message:
-----------
Use /bin/sh instead of ksh; it runs fine with the original
shell (tested on bluefire).  this should reduce our
dependencies on how many different shells we need users
to have.

Modified Paths:
--------------
    DART/trunk/mpi_utilities/fixsystem

-------------- next part --------------
Modified: DART/trunk/mpi_utilities/fixsystem
===================================================================
--- DART/trunk/mpi_utilities/fixsystem	2011-02-15 20:40:52 UTC (rev 4711)
+++ DART/trunk/mpi_utilities/fixsystem	2011-02-15 20:42:24 UTC (rev 4712)
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
 #
 # DART software - Copyright \xA9 2004 - 2010 UCAR. This open source software is
 # provided by UCAR, "as is", without charge, subject to all terms of use at


More information about the Dart-dev mailing list