Whitespace.
[catalyst.git] / targets / stage3 / stage3-controller.sh
index 81aeda7cf2ecf3eedcffdb31573924bb16f8b7d8..edf42ecd962f2724974f52cf15d253c6d98599bf 100644 (file)
@@ -8,17 +8,21 @@ case $1 in
        enter)
                ${clst_CHROOT} ${clst_chroot_path}
        ;;
+
        run)
                shift
                export clst_packages="$*"
                exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-chroot.sh
        ;;
+
        preclean)
                exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
        ;;
+
        clean)
                exit 0
        ;;
+
        *)
                exit 1
        ;;