Skip to content

Commit

Permalink
cosmetic edit
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed May 3, 2023
1 parent 6140e6f commit 7ab9e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -o history -o histexpand

check_error() {
retval=$?
local retval=$?
if [ $retval -ne 0 ]; then
echo "'$1' returns code $retval"
exit
Expand Down

0 comments on commit 7ab9e04

Please sign in to comment.