dracut-functions: use normal PATH for find_binary
parent
65fe8ae8a5
commit
e29d0b8b85
|
@ -431,7 +431,7 @@ find_binary() {
|
|||
fi
|
||||
fi
|
||||
|
||||
PATH="/usr/sbin:/sbin:/usr/bin:/bin" type -P $1
|
||||
type -P $1
|
||||
}
|
||||
|
||||
# Same as above, but specialized to install binary executables.
|
||||
|
|
Loading…
Reference in New Issue