From 876db1b485e846f23c796b01f69ba2d61abafbdb Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Mon, 30 May 2011 11:50:58 -0500 Subject: * grep on find_deps corrected --- fullpkg-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fullpkg-ng') diff --git a/fullpkg-ng b/fullpkg-ng index c138676..e171ef7 100755 --- a/fullpkg-ng +++ b/fullpkg-ng @@ -158,7 +158,7 @@ function find_deps { # if search pkgname in repo doesn't work # this should find pkgsplits _dir=$(find "$ABSROOT/${_repo}" -type f -name PKGBUILD -print0 | \ - "xargs" -0 -e grep -H -Ew grep $_dep >/dev/null 2>&1) && { + "xargs" -0 -e grep -H -Ew $_dep >/dev/null 2>&1) && { pushd $(dirname $(echo $_dir | cut -d: -f1)) > /dev/null $0 -c -d ${build_dir} -l ${next_level} # Circular deps must fail -- cgit v1.2.3-2-g168b