Skip to content

Commit

Permalink
PICA: general changes #163
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed May 24, 2023
1 parent edd34bd commit 38d71be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-script
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ if [[ ! "${1:-help}" =~ ^(help|config|export-schema-files)$ ]]; then
log "output: $OUTPUT_DIR"
log "logs: $PREFIX"

ls ${MARC_DIR}/${MASK} &> /dev/null || fatal "Missing input files!"
ls ${MARC_DIR}/${MASK} &> /dev/null || fatal "Missing input files: ${MARC_DIR}/${MASK}!"

if [[ ! -z "${UPDATE:-}" ]]; then
log "update: $UPDATE"
Expand Down

0 comments on commit 38d71be

Please sign in to comment.