]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- egrep -> grep -E
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 6 Sep 2010 15:22:30 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.632

builder.sh

index c55fcc0e0228b718b9b66f45c85552f5321de8e5..a8b365716676d51b309e97840b5b4e9ede2b511d 100644 (file)
@@ -1627,7 +1627,7 @@ set_bconds_values() {
        AVAIL_BCONDS_WITHOUT=""
        AVAIL_BCONDS_WITH=""
 
-       if egrep -q '^# *_with' ${SPECFILE}; then
+       if grep -Eq '^# *_with' ${SPECFILE}; then
                echo >&2 "ERROR: This spec has old style bconds."
                exit 1
        fi
This page took 0.06443 seconds and 4 git commands to generate.