We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac3b5b commit e46a987Copy full SHA for e46a987
scripts/whats_left_builtin_items.sh
@@ -6,6 +6,7 @@ mkdir -p ../_data/whats_left
6
7
# exit violently if the temp file does not exist
8
if [ ! -f ../_data/whats_left.temp ]; then
9
+ echo "error: input file ../_data/whats_left.temp not found" >&2
10
exit 1
11
fi
12
0 commit comments