removed some debugging and added missing class name definition.
[feisty_meow.git] / scripts / buildor / build_xsedes.sh
index a6a52e35ba57b2e0f6f6b3fde6b98375d9afa8eb..7b53fea5765a51a357bc130e1d9ef1e15a91d451 100644 (file)
@@ -95,12 +95,9 @@ function bu_bootstrap()
 # a shortcut for doing a quick build and then creating an installer.
 function fast_install_build()
 {
-  build_xsede 
-  if [ $? -ne 0 ]; then echo "failed to build xsede code"; return 1; fi
-
   bash "$GENII_INSTALL_DIR/xsede_tools/tools/installer/fast_installer_build.sh" $*
   if [ $? -ne 0 ]; then
-    echo "failed to bootstrap create the installer."
+    echo "failed to create the installer."
     error_sound
     return 1
   fi