summaryrefslogtreecommitdiff
path: root/t/dist-included-parent-dir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/dist-included-parent-dir.sh')
-rwxr-xr-xt/dist-included-parent-dir.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/dist-included-parent-dir.sh b/t/dist-included-parent-dir.sh
index ae135aee4..a74c6dbeb 100755
--- a/t/dist-included-parent-dir.sh
+++ b/t/dist-included-parent-dir.sh
@@ -45,5 +45,7 @@ $AUTOCONF
$AUTOMAKE
# Use --srcdir with an absolute path because it's harder
# to support in 'distdir'.
-./configure --srcdir "`pwd`"
+./configure --srcdir "$(pwd)"
$MAKE test
+
+: