aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-rtld-list-tunables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-rtld-list-tunables.sh')
-rwxr-xr-xelf/tst-rtld-list-tunables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-rtld-list-tunables.sh b/elf/tst-rtld-list-tunables.sh
index 70875bb5ab..52a3464c32 100755
--- a/elf/tst-rtld-list-tunables.sh
+++ b/elf/tst-rtld-list-tunables.sh
@@ -41,5 +41,5 @@ ${test_wrapper_env} \
${run_program_env} \
$rtld --list-tunables \
| sort -u \
-| egrep "(rtld|malloc)" \
+| grep -E "(rtld|malloc)" \
| sed -e "s/0xf\+/0x[f]+/"