[Dart-dev] [6209] DART/branches/development/location/testall.csh: Added a ./ before mkmf_location_test so script will run if .
nancy at ucar.edu
nancy at ucar.edu
Fri May 31 08:44:11 MDT 2013
Revision: 6209
Author: hkershaw
Date: 2013-05-31 08:44:11 -0600 (Fri, 31 May 2013)
Log Message:
-----------
Added a ./ before mkmf_location_test so script will run if . is not in your path
Modified Paths:
--------------
DART/branches/development/location/testall.csh
-------------- next part --------------
Modified: DART/branches/development/location/testall.csh
===================================================================
--- DART/branches/development/location/testall.csh 2013-05-31 14:39:58 UTC (rev 6208)
+++ DART/branches/development/location/testall.csh 2013-05-31 14:44:11 UTC (rev 6209)
@@ -26,7 +26,7 @@
echo start $i test
echo start $i test
echo start $i test
- mkmf_location_test
+ ./mkmf_location_test
make
ls -l location_test
./location_test < test.in
More information about the Dart-dev
mailing list