From 145522311104a5df2cddce6e5844ae74d18539b3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Sep 2016 14:58:33 +0100 Subject: fix intendation --- kvasile | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/kvasile b/kvasile index 9256187..2fd2fa2 100755 --- a/kvasile +++ b/kvasile @@ -17,32 +17,39 @@ kernelconfig case $1 in - --makepkg) source /usr/share/kvasile/makepkg - ;; - --makeiso) source /usr/share/kvasile/makeiso - ;; - --resetmode) source /usr/share/kvasile/modereset - ;; - --usermode) source /usr/share/kvasile/modereset - source /usr/share/kvasile/usermodeset - ;; - --devmode) source /usr/share/kvasile/modereset - source /usr/share/kvasile/devmodeset - ;; - --help) echo -e "" - echo -e "Usage: kvasile [options]" - echo -e "" - echo -e "Options:" - echo -e "--makepkg : build package/target in a clean squashed core" - echo -e "--makeiso : build iso based on clean squashed core + targets" - echo -e "--resetmode : reset INSTALLED Kogaion system state - You're on your own, you've been warned!" - echo -e "--usermode : switch INSTALLED Kogaion system state to usermode - use binary packages from repositories" - echo -e "--devmode : switch INSTALLED Kogaion system state to devmode (aka Gentoo mode) - use source packages from portage tree" - echo -e "--help : display this help and exit" - echo -e "" - ;; - *) echo -e "error: no operation specified, use --help for help" - ;; + --makepkg) + source /usr/share/kvasile/makepkg + ;; + --makeiso) + source /usr/share/kvasile/makeiso + ;; + --resetmode) + source /usr/share/kvasile/modereset + ;; + --usermode) + source /usr/share/kvasile/modereset + source /usr/share/kvasile/usermodeset + ;; + --devmode) + source /usr/share/kvasile/modereset + source /usr/share/kvasile/devmodeset + ;; + --help) + echo -e "" + echo -e "Usage: kvasile [options]" + echo -e "" + echo -e "Options:" + echo -e "--makepkg : build package/target in a clean squashed core" + echo -e "--makeiso : build iso based on clean squashed core + targets" + echo -e "--resetmode : reset INSTALLED Kogaion system state - You're on your own, you've been warned!" + echo -e "--usermode : switch INSTALLED Kogaion system state to usermode - use binary packages from repositories" + echo -e "--devmode : switch INSTALLED Kogaion system state to devmode (aka Gentoo mode) - use source packages from portage tree" + echo -e "--help : display this help and exit" + echo -e "" + ;; + *) + echo -e "error: no operation specified, use --help for help" + ;; esac exit 0 -- cgit v1.2.3