We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde49eb commit b75b211Copy full SHA for b75b211
src/test/groovy/sdkman/env/BashEnv.groovy
@@ -33,7 +33,7 @@ class BashEnv {
33
BashEnv(workDir, Map env) {
34
this.workDir = workDir as File
35
36
- def basicPath = "/usr/sbin:/usr/bin:/sbin:/bin"
+ def basicPath = "/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
37
def localBinDir = "${workDir}/bin"
38
39
def modifiedPath = "$localBinDir:$basicPath"
0 commit comments