From 332346d06375c1272bee6dce2c91d31a027fe212 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 5 Aug 2012 12:19:28 +0200 Subject: grep has been moved to /usr --- db-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-functions b/db-functions index de5e8b8..e0d693b 100644 --- a/db-functions +++ b/db-functions @@ -211,7 +211,7 @@ repo_unlock () { #repo_unlock _grep_pkginfo() { local _ret - _ret="$(/usr/bin/bsdtar -xOqf "$1" .PKGINFO | /bin/grep -m 1 "^${2} = ")" + _ret="$(/usr/bin/bsdtar -xOqf "$1" .PKGINFO | grep -m 1 "^${2} = ")" echo "${_ret#${2} = }" } -- cgit v1.2.3-24-g4f1b