Skip to content

Commit

Permalink
Clarify comment around use of set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Nov 2, 2020
1 parent d6e397d commit 381d252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crawl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Optionally specify -d depth to limit the crawl depth.

# Fail if anything fails.
# If a command fails, stop executing this script and return its error code.
set -e

depth=0
Expand Down
2 changes: 1 addition & 1 deletion generate_summary.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Fail if anything fails.
# If a command fails, stop executing this script and return its error code.
set -e

# Generate a summary of the crawl results into commit.txt
Expand Down

0 comments on commit 381d252

Please sign in to comment.