summaryrefslogtreecommitdiff
path: root/t/autodist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/autodist.sh')
-rwxr-xr-xt/autodist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/autodist.sh b/t/autodist.sh
index e6435c54c..f8f68ad24 100755
--- a/t/autodist.sh
+++ b/t/autodist.sh
@@ -39,7 +39,7 @@ list=`$AUTOMAKE --help \
| sed -n '/^Files.*automatically distributed.*if found.*always/,/^ *$/p' \
| sed 1d`
# Normalize whitespace, just in case.
-list=`echo $list`
+list=$(echo $list)
test -n "$list"