aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/lspkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lspkg')
-rwxr-xr-xtrunk/src/lspkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/lspkg b/trunk/src/lspkg
index ce7b3b9..e35baea 100755
--- a/trunk/src/lspkg
+++ b/trunk/src/lspkg
@@ -61,7 +61,7 @@ if [ ! -z "$pack" ]; then
LIST_PKGS="`ls -1 /$ROOT/$PKG_LIST_DIR/$pack 2> /dev/null`"
else
pack="`echo $pack | sed -e 's/\+/\\\+/'`"
- LIST_PKGS=`eval "ls -1 /$ROOT/$PKG_LIST_DIR/ 2> /dev/null | egrep -E '^$pack-[^-]+-[^-]+-[^-]+$'"`
+ LIST_PKGS=`eval "ls -1 /$ROOT/$PKG_LIST_DIR/ 2> /dev/null | grep -E '^$pack-[^-]+-[^-]+-[^-]+$'"`
fi
else
LIST_PKGS="`ls /$ROOT/$PKG_LIST_DIR/ 2> /dev/null`"