Skip to content

Commit a0609ab

Browse files
committed
Abort on smartlinks.pl error
1 parent e597d81 commit a0609ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update-design.perl6.org.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cp -ufp docs/feather/hilite-*.png $DEST_DIR/
4242
cp -ufp docs/feather/perl.css $DEST_DIR/
4343

4444

45-
perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl.css --line-anchor --pod-dir $POD_DIR
45+
perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl.css --line-anchor --pod-dir $POD_DIR || exit 1
4646
perl util/podhtm.pl --css /perl.css --url-prefix http://design.perl6.org/ --url-postfix .html --index --charset=UTF-8 --out $DEST_DIR/Differences.html docs/Perl6/Perl5/Differences.pod
4747

4848
source /home/rakudobrew/rakudobrew-bash

0 commit comments

Comments
 (0)