Skip to content

Commit

Permalink
wsl fix for mv
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangraber authored Mar 26, 2020
1 parent 4cdd91e commit 5085a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ build_copy_cleanup() {
tar xzvf $version.tar.gz
rm $version.tar.gz

mv apache-maven-$version/* .
rmdir apache-maven-$version
cp -R apache-maven-$version/* .
rm -rf apache-maven-$version
}
cd $origin
}
Expand Down

0 comments on commit 5085a8d

Please sign in to comment.