Skip to content

Commit

Permalink
[MNG-8165] Get rid of bashism creeped in (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 14, 2024
1 parent ba05e6a commit 7185b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache-maven/src/bin/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ find_maven_basedir() {
basedir=$wdir
break
fi
if [ "$wdir" == '/' ] ; then
if [ "$wdir" = '/' ] ; then
break
fi
wdir=`cd "$wdir/.."; pwd`
Expand Down

0 comments on commit 7185b0a

Please sign in to comment.