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 a6173ca commit edbdd6eCopy full SHA for edbdd6e
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/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
+ def basicPath = "/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/run/current-system/sw/bin"
37
def localBinDir = "${workDir}/bin"
38
39
def modifiedPath = "$localBinDir:$basicPath"
0 commit comments