Skip to content

Commit

Permalink
fix: Fix missing progress report message when the program is complete…
Browse files Browse the repository at this point in the history
…d successfully

Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Mar 23, 2024
1 parent ab2fade commit bee3caa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bare-minimum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ if ! set "${set_opts[@]}"; then
1>&2
exit 1
fi

printf \
'Info: Operation completed without errors.\n'
3 changes: 3 additions & 0 deletions basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ if test -v BASH_SOURCE; then
script_name="${script_filename%%.*}"
}
fi

printf \
'Info: Operation completed without errors.\n'

0 comments on commit bee3caa

Please sign in to comment.