summaryrefslogtreecommitdiff
path: root/t/comment12.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/comment12.sh')
-rw-r--r--t/comment12.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comment12.sh b/t/comment12.sh
index e98159e40..3653126f4 100644
--- a/t/comment12.sh
+++ b/t/comment12.sh
@@ -40,5 +40,5 @@ $AUTOMAKE
# For debugging.
grep '^VAR' Makefile.in
-count=`grep '^VAR. = val$' Makefile.in | wc -l`
+count=$(grep '^VAR. = val$' Makefile.in | wc -l)
[ $count -eq 6 ]