maven/its/environments/solaris-11-jdk8/apache-maven-3.3.9.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
125 B
Diff
Raw Normal View History

200,203c200,201
< local basedir
< local wdir
< basedir="$(pwd)"
< wdir="$(pwd)"
---
> basedir=`pwd`
> wdir=`pwd`