On 07/23/2012 04:25 AM, Pierre Schmitz wrote:
Am 23.07.2012 02:16, schrieb Gerardo Exequiel Pozzi:

@@ -444,58 +377,19 @@ case "${command_name}" in
      build)
          case "${command_mode}" in
              single)
-                case "${command_type}" in
-                    netinstall)
-                        make_common_single netinstall
-                        ;;
-                    core)
-                        make_core_repo
-                        make_common_single core
-                        ;;
-                    all)
-                        make_common_single netinstall
-                        make_core_repo
-                        make_common_single core
-                        ;;
-                    *)
-                        echo "Invalid build type '${command_type}'"
-                        _usage 1
-                        ;;
-                esac
+                make_common_single
make_common_single() seems to still require one parameter. (see about
line 270)

Yes, I fixed it just after sending this email, but i did not resend the email.

Thanks for review.

--
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1

Reply via email to