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 3aedca4 commit 03dcbadCopy full SHA for 03dcbad
kvm.sh
@@ -365,7 +365,7 @@ kvm()
365
printf "$formatString" "------" "-------" "-------" "--------" "-----"
366
367
local formattedHome=`(echo $KRE_USER_PACKAGES | sed s=$HOME=~=g)`
368
- for f in $(find $KRE_USER_PACKAGES/* -name "$searchGlob" -type d -prune -exec basename {} \;); do
+ for f in $(find $(echo $KRE_USER_PACKAGES/*) -name "$searchGlob" -type d -prune -exec basename {} \;); do
369
local active=""
370
[[ $PATH == *"$KRE_USER_PACKAGES/$f/bin"* ]] && local active=" *"
371
local pkgName=$(_kvm_package_runtime "$f")
0 commit comments