Skip to content

Commit bee3caa

Browse files
committed
fix: Fix missing progress report message when the program is completed successfully
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
1 parent ab2fade commit bee3caa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bare-minimum.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ if ! set "${set_opts[@]}"; then
2121
1>&2
2222
exit 1
2323
fi
24+
25+
printf \
26+
'Info: Operation completed without errors.\n'

basic.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ if test -v BASH_SOURCE; then
6767
script_name="${script_filename%%.*}"
6868
}
6969
fi
70+
71+
printf \
72+
'Info: Operation completed without errors.\n'

0 commit comments

Comments
 (0)