Skip to content

Commit e2cc424

Browse files
committed
mediawiki-mirror.sh: do not fail when there is nothing to mirror
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 23d4a81 commit e2cc424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mediawiki-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pages="$(pages_with_changes_since $ORIGINAL $since |
7777
sed -e "s/^'//" -e "s/',$//" -e "s/ /%20/g" |
7878
tr '\n' ' ')"
7979

80-
test -n "$pages" || exit
80+
test -n "$pages" || exit 0
8181

8282
# export from the original Wiki
8383

0 commit comments

Comments
 (0)