there can only be one

main
Bel LaPointe 2022-10-18 14:46:29 -06:00
parent 057251fecc
commit aa7795215e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ main() {
flags() { flags() {
set -e set -e
export THEMES="${1:-"${THEME:-"${THEMES:-"short,onepage"}"}"}" export THEMES="${1:-"${THEME:-"${THEMES:-"onepage"}"}"}"
export PAGE_SIZE="${PAGE_SIZE:-A4}" export PAGE_SIZE="${PAGE_SIZE:-A4}"
if [ "$THEMES" == "all" ]; then if [ "$THEMES" == "all" ]; then