Browse Source

dracut-functions: use normal PATH for find_binary

master
Harald Hoyer 13 years ago
parent
commit
e29d0b8b85
  1. 2
      dracut-functions

2
dracut-functions

@ -431,7 +431,7 @@ find_binary() { @@ -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…
Cancel
Save