dracut-functions: use normal PATH for find_binary

master
Harald Hoyer 2012-02-07 17:13:07 +01:00
parent 65fe8ae8a5
commit e29d0b8b85
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ find_binary() {
fi fi
fi fi


PATH="/usr/sbin:/sbin:/usr/bin:/bin" type -P $1 type -P $1
} }


# Same as above, but specialized to install binary executables. # Same as above, but specialized to install binary executables.