Skip to content

Commit

Permalink
Merge pull request #395 from mcanlas/shellcheck
Browse files Browse the repository at this point in the history
shellcheck SC2223
  • Loading branch information
mcanlas authored Mar 8, 2025
2 parents e16dab9 + cfaefc0 commit 8388466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ process_args() {
-J*) addJava "${1:2}" && shift ;;
-S*) addScalac "${1:2}" && shift ;;

new) sbt_new=true && : ${sbt_explicit_version:=$sbt_release_version} && addResidual "$1" && shift ;;
new) sbt_new=true && : "${sbt_explicit_version:=$sbt_release_version}" && addResidual "$1" && shift ;;

*) addResidual "$1" && shift ;;
esac
Expand Down

0 comments on commit 8388466

Please sign in to comment.