]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
merge fix, find_binary
authorHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:29:42 +0000 (17:29 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:29:42 +0000 (17:29 +0100)
dracut-functions

index 733d611aa04e7c974e86199ba874fff401cb35a4..2a53e11ab9fbe654f5e41e83e53a37d8be148935 100755 (executable)
@@ -15,7 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-<# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors:
 #       Peter Jones <pjones@redhat.com>
@@ -79,7 +79,7 @@ find_file() {
 # shared library dependencies, if any.
 inst_binary() {
     local bin target
-    bin=$(find_binary "$1") || return 1
+    bin=$(find_file "$1") || return 1
     shift
     local LDSO NAME IO FILE ADDR I1 n f TLIBDIR
     [[ -f $initdir$target ]] && return 0