summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install
index 7104ee280..ef8de9b73 100755
--- a/dselect/install
+++ b/dselect/install
@@ -65,7 +65,7 @@ fi
# Finished OK
if [ $RES -eq 0 ]; then
- if [ $(ls $ARCHIVES $ARCHIVES/partial | egrep -v "^lock$|^partial$" | wc -l) \
+ if [ $(ls $ARCHIVES $ARCHIVES/partial | grep -E -v "^lock$|^partial$" | wc -l) \
-eq 0 ]; then
exit 0
fi