-small cleanup

This commit is contained in:
mkonecny 2011-01-12 16:20:14 -05:00
parent e2c4c53949
commit 490adb854c

View file

@ -42,12 +42,6 @@ foreach($lines as $key => $line){
fwrite($fp, $line);
}
fclose($fp);
if ($dir_found === false){
echo ("../build/build.properties 'project.home' value of '$dir_value' is incorrect. Please correct and try install again.\n");
exit(1);
}
echo "******************************* Install Begin ********************************\n";