summaryrefslogtreecommitdiff
path: root/tests/template.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template.at')
-rw-r--r--tests/template.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template.at b/tests/template.at
index 6ffd0bd9..cb0c4b42 100644
--- a/tests/template.at
+++ b/tests/template.at
@@ -214,7 +214,7 @@ cd obj
# If the compiler supports -c -o, we want to use it:
# it may make a difference for templates
-eval `$LIBTOOL --tag=CXX --config | grep ^compiler_c_o=`
+eval `$LIBTOOL --tag=CXX --config | $GREP ^compiler_c_o=`
case $compiler_c_o in
yes)
main_o=sub/main.$OBJEXT