File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
graaljs/graaljs-webpack-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ trim() {
105105 printf " %s" " ${1} " | tr -d ' [:space:]'
106106}
107107
108- # parse distributionUrl and optional distributionSha256Sum, requires .mvn/ wrapper/maven-wrapper.properties
108+ # parse distributionUrl and optional distributionSha256Sum, requires wrapper/maven-wrapper.properties
109109while IFS=" =" read -r key value; do
110110 case " ${key-} " in
111111 distributionUrl) distributionUrl=$( trim " ${value-} " ) ;;
112112 distributionSha256Sum) distributionSha256Sum=$( trim " ${value-} " ) ;;
113113 esac
114- done < " ${0%/* } /.mvn/ wrapper/maven-wrapper.properties"
115- [ -n " ${distributionUrl-} " ] || die " cannot read distributionUrl property in ${0%/* } /.mvn/ wrapper/maven-wrapper.properties"
114+ done < " ${0%/* } /wrapper/maven-wrapper.properties"
115+ [ -n " ${distributionUrl-} " ] || die " cannot read distributionUrl property in ${0%/* } /wrapper/maven-wrapper.properties"
116116
117117case " ${distributionUrl##*/ } " in
118118maven-mvnd-* bin.* )
You can’t perform that action at this time.
0 commit comments