Commit 82db41d8 authored by Dylan Araps's avatar Dylan Araps

Ascii: --ascii_disitro now also sets the mode to ascii

parent 6c7501eb
...@@ -3226,6 +3226,7 @@ getargs() { ...@@ -3226,6 +3226,7 @@ getargs() {
;; ;;
--ascii_distro) --ascii_distro)
image="ascii"
ascii_distro="$2" ascii_distro="$2"
case "$2" in "-"* | "") ascii_distro="$distro" ;; esac case "$2" in "-"* | "") ascii_distro="$distro" ;; esac
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment