From 53a0c5f4ce910582f0408dc75ad2613f49f8987a Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 15 Dec 2008 02:17:04 +0000 Subject: using 'grep -E' instead of 'egrep' git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@659 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src/createpkg') diff --git a/trunk/src/createpkg b/trunk/src/createpkg index c0cdec8..e8047fc 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -141,7 +141,7 @@ function solve_dep { # Check package in local system PACK="`echo $PACK | sed -e 's/\+/\\\+/'`" - INSTALLED=`eval "ls /var/log/packages/ | egrep -E '^$PACK-[^-]+-[^-]+-[^-]+$'"` + INSTALLED=`eval "ls /var/log/packages/ | grep -E '^$PACK-[^-]+-[^-]+-[^-]+$'"` CHECK=$? # TODO: Make check version procedures -- cgit v1.2.3