Skip to content

Commit e46a987

Browse files
Give reason for early exit in shell script
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5ac3b5b commit e46a987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/whats_left_builtin_items.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mkdir -p ../_data/whats_left
66

77
# exit violently if the temp file does not exist
88
if [ ! -f ../_data/whats_left.temp ]; then
9+
echo "error: input file ../_data/whats_left.temp not found" >&2
910
exit 1
1011
fi
1112

0 commit comments

Comments
 (0)