#!/bin/sh
-if [$# = 0]
-then
+
+#if [$# = 0]
+#then
echo "Use it as :"
echo "sh All.sh <nameOfTheGenerationDirectory> <BooleanForDocGeneration> <userNameForCVS> <VTKdir> <installPrefix>"
echo " "
echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory"
-exit 0
-fi
+#exit 0
+#fi
-if [$# != 5]
-then
-echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory"
-exit 0
-fi
+#if [$# != 5]
+#then
+#echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory"
+#exit 0
+#fi
# @echo off