This commit is contained in:
@@ -5,5 +5,7 @@ basedir="${0%/*}/.."
|
||||
|
||||
. "$basedir/build/arguments.sh"
|
||||
|
||||
[ "$command" = process_file ] && process_file "$workfile" "$processor" "$olang" \
|
||||
|| die "Urecognised command or no command given"
|
||||
case "$command" in
|
||||
process_file) process_file "$workfile" "$processor" "$olang" ;;
|
||||
*) die "Unrecognised command or no command given" ;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user