Skip to content

Commit

Permalink
Don't force exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret authored Oct 6, 2023
1 parent bf09de8 commit bf2389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/basher-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

if [ "$1" == "--all" ]; then
basher-list | xargs -n1 basher upgrade
exit 0
exit
fi

package="$1"
Expand Down

0 comments on commit bf2389c

Please sign in to comment.