summaryrefslogtreecommitdiff
path: root/t/fort4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/fort4.sh')
-rwxr-xr-xt/fort4.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/fort4.sh b/t/fort4.sh
index a23c9bda5..7315ec1b4 100755
--- a/t/fort4.sh
+++ b/t/fort4.sh
@@ -74,7 +74,7 @@ $AUTOCONF
# or if the compiler cannot compile Fortran 90 files).
./configure
$MAKE
-subobjs=`echo sub/*.o sub/*.obj`
+subobjs=$(echo sub/*.o sub/*.obj)
test "$subobjs" = 'sub/*.o sub/*.obj'
$MAKE distcheck
@@ -90,3 +90,5 @@ test ! -f baz.obj
test ! -f goodbye-baz.o
test ! -f goodbye-baz.obj
$MAKE distcheck
+
+: