]> Raphaƫl G. Git Repositories - ihttpd/blobdiff - SOURCES/ihttpd.module-setup
Replace egrep with grep -E
[ihttpd] / SOURCES / ihttpd.module-setup
index 96cb60c6ac9df09b11e151cf58c58d4f617e63a2..38298292f15504b07a9990c4dea292b04df0caca 100644 (file)
@@ -127,8 +127,8 @@ install() {
                -i "$initdir/etc/nsswitch.conf"
 
        # Require root user and group for our ihttpd process
-       `egrep -q '^root:' $initdir/etc/group` || egrep '^root:' /etc/group >> "$initdir/etc/group"
-       `egrep -q '^root:' $initdir/etc/passwd` || egrep '^root:' /etc/passwd >> "$initdir/etc/passwd"
+       `grep -Eq '^root:' $initdir/etc/group` || grep -E '^root:' /etc/group >> "$initdir/etc/group"
+       `grep -Eq '^root:' $initdir/etc/passwd` || grep -E '^root:' /etc/passwd >> "$initdir/etc/passwd"
 
        # For debug only
        if false; then