aboutsummaryrefslogtreecommitdiffstats
path: root/abi-perf-test
diff options
context:
space:
mode:
Diffstat (limited to 'abi-perf-test')
-rwxr-xr-xabi-perf-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-perf-test b/abi-perf-test
index 8393e283..b007ba53 100755
--- a/abi-perf-test
+++ b/abi-perf-test
@@ -3,7 +3,7 @@ set -eo pipefail
cd $(dirname $0)
whoami=$(basename $0)
-if [[ $(git status -s | egrep -v abi-perf-test | wc -l) != 0 ]]; then
+if [[ $(git status -s | grep -E -v abi-perf-test | wc -l) != 0 ]]; then
echo 1>&2 "${whoami}: git is not clean. (abi-perf-test changes ignored)"
git status -s
exit 2