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

This commit is contained in:
Dylan Araps 2016-11-08 07:10:03 +11:00
parent 6c7501eb20
commit 82db41d8ab
1 changed files with 1 additions and 0 deletions

View File

@ -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
;; ;;