Skip to content

Commit

Permalink
Remove unnecessary statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jun 2, 2024
1 parent 56bff66 commit 4d4dd3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions catalogues/kb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ TYPE_PARAMS="--marcxml --emptyLargeCollectors --indexWithTokenizedField"
MASK=kb-marc*.xml.gz

. ./common-script

if [[ "$1" != "help" ]]; then
echo "DONE"
fi

exit 0
3 changes: 0 additions & 3 deletions catalogues/oszk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ TYPE_PARAMS="--emptyLargeCollectors --defaultEncoding UTF8 --indexWithTokenizedF
MASK=OSZK_*.mrc.gz

. ./common-script

echo "DONE"
exit 0

0 comments on commit 4d4dd3a

Please sign in to comment.