Index: /issm/trunk-jpl/test/MITgcm/build.sh
===================================================================
--- /issm/trunk-jpl/test/MITgcm/build.sh	(revision 22668)
+++ /issm/trunk-jpl/test/MITgcm/build.sh	(revision 22669)
@@ -13,5 +13,5 @@
 cd $modelpath
 if [ ! -d "build" ]; then mkdir build; fi
-\rm -f build/*
+rm -f build/*
 
 # Get MITgcm code, if needed
@@ -33,3 +33,3 @@
     make depend
 fi
-make -j 8
+make -j 4
