Index: /issm/trunk/externalpackages/petsc/install.sh
===================================================================
--- /issm/trunk/externalpackages/petsc/install.sh	(revision 1535)
+++ /issm/trunk/externalpackages/petsc/install.sh	(revision 1536)
@@ -28,8 +28,8 @@
 if [ -z $NUMCPUS ];
 then
-	  make
-	  make install
+	make
+	make install
 else
-	  make  -j $NUMCPUS
-	  make  -j $NUMCPUS install
+	make  -j $NUMCPUS
+	make  -j $NUMCPUS install
 fi
