summaryrefslogtreecommitdiff
path: root/t/built-sources-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/built-sources-check.sh')
-rw-r--r--t/built-sources-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/built-sources-check.sh b/t/built-sources-check.sh
index 2b73e39ed..54adf0c0e 100644
--- a/t/built-sources-check.sh
+++ b/t/built-sources-check.sh
@@ -44,7 +44,7 @@ BUILT_SOURCES = command2.inc
check_SCRIPTS = echo.sh
echo.sh:
## The next line ensures that command1.inc has been built before
-## recurring into the subdir.
+## recursing into the subdir.
test -f ../command1.inc
(echo '#! /bin/sh'; cat command2.inc) > $@
chmod +x $@