Skip to content

Commit

Permalink
Tolerate lack of excludes_file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jul 21, 2022
1 parent 8cbbc8c commit 8595a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-state.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ generate_instructions() {
fi
calculate_exclude_patterns
if [ -n "$should_exclude_patterns" ]; then
echo "(cat $q$excludes_file$q - <<EOF
echo "(cat $q$excludes_file$q - 2> /dev/null <<EOF
$should_exclude_patterns
EOF
) |grep .|
Expand Down

0 comments on commit 8595a24

Please sign in to comment.