This commit is contained in:
Simon Vieille 2021-04-27 13:28:50 +02:00
parent 5451db0ed0
commit e401ecc7bd
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ if [ "$ERROR" -eq 1 ]; then
fi
exitIfEmpty "$INPUT_FILE" "Input file is missing (-i)"
exitIfEmpty "$OUTPUT_FILE" "Output file is missing (-i)"
exitIfEmpty "$OUTPUT_FILE" "Output file is missing (-o)"
if [ ! -f "$INPUT_FILE" ]; then
error "No such file: $INPUT_FILE"