diff --git a/fetch b/fetch index 90bf908e..6e6a440f 100755 --- a/fetch +++ b/fetch @@ -362,7 +362,7 @@ case "$(uname)" in *) printf "%s\n" "Couldn't detect OS, exiting" - exit + exit 1 ;; esac @@ -435,6 +435,11 @@ case "$os" in esac ascii_distro="$distro" +getdistro () { + distro="$distro" +} + + # }}} # Title {{{ @@ -1714,6 +1719,13 @@ bold () { # }}} +# Linebreak {{{ + +getlinebreak () { + linebreak="" +} + +# }}} clear="\033[0m"