Remove some spaghetti from build script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-24 08:52:01 +02:00
parent ccde340ea6
commit 785d03c6b9
15 changed files with 120 additions and 180 deletions

View File

@@ -78,7 +78,7 @@ if [ -z "$inc_arguments" ]; then
process_file) [ -z "$workfile" ] && die "Need at least input file" ;;
build_xmlstream) [ -z "$workfile" ] && die "Missing xhtml file name" ;;
tree_maker) [ -z "$target" ] && die "Missing target location" ;;
*help*) print_help; exit 0 ;;
*help*) cat "$basedir/build/HELP"; exit 0 ;;
*) die "Urecognised command or no command given" ;;
esac
fi