<p><b>dwj07@fsu.edu</b> 2011-12-01 14:27:29 -0700 (Thu, 01 Dec 2011)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Fixing up passing in an argument to the two scripts.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2011-12-01 21:14:05 UTC (rev 1227)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2011-12-01 21:27:29 UTC (rev 1228)
@@ -141,7 +141,7 @@
                         ln -f -s ${CUR_DIR}/${NAME}_${VERTLEV}levs/baroclinic_channel_${NAME}_${VERTLEV}levs.grid.nc ${NAME}_${VERTLEV}levs/${PROC}procs/grid.nc
                         ln -f -s ${CUR_DIR}/${NAME}_${VERTLEV}levs/namelist.input ${NAME}_${VERTLEV}levs/${PROC}procs/namelist.input
 
-                        if [ -n $1 ]; then
+                        if [ $# -ge 1 ]; then
                                 cp $1 ${NAME}_${VERTLEV}levs/${PROC}procs/ocean_model.exe
                         fi
 

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh        2011-12-01 21:14:05 UTC (rev 1227)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh        2011-12-01 21:27:29 UTC (rev 1228)
@@ -140,7 +140,7 @@
                         ln -f -s ${CUR_DIR}/${NAME}_${VERTLEV}levs/lock_exchange_${NAME}_${VERTLEV}levs.grid.nc ${NAME}_${VERTLEV}levs/${PROC}procs/grid.nc
                         ln -f -s ${CUR_DIR}/${NAME}_${VERTLEV}levs/namelist.input ${NAME}_${VERTLEV}levs/${PROC}procs/namelist.input
 
-                        if [ -n $1 ]; then
+                        if [ $# -ge 1 ]; then
                                 cp $1 ${NAME}_${VERTLEV}levs/${PROC}procs/ocean_model.exe
                         fi
                         echo &quot;${CUR_DIR}/${NAME}_${VERTLEV}levs/${PROC}procs&quot; &gt;&gt; run_paths

</font>
</pre>