Index: trunk/Ohana/src/relastro/test/mana.sh
===================================================================
--- trunk/Ohana/src/relastro/test/mana.sh	(revision 39363)
+++ trunk/Ohana/src/relastro/test/mana.sh	(revision 39367)
@@ -37,5 +37,5 @@
 
   foreach nboot 20 30 100 300 1000
-    exec bin/fitpm.lin64 -Nstars 3000 -Noutliers 20 -Npoints 100 -Nbootstrap $nboot $1 > test.$1.dat
+    exec ../bin/fitpm.lin64 -Nstars 3000 -Noutliers 20 -Npoints 100 -Nbootstrap $nboot $1 > test.$1.dat
     reload test.$1.dat
 
@@ -51,5 +51,5 @@
 
   foreach outliers 0 3 10 30 100 
-    exec bin/fitpm.lin64 -Nstars 3000 -Noutliers $outliers -Npoints 100 -Nbootstrap 100 $1 > test.$1.dat
+    exec ../bin/fitpm.lin64 -Nstars 3000 -Noutliers $outliers -Npoints 100 -Nbootstrap 100 $1 > test.$1.dat
     reload test.$1.dat
 
