diff options
Diffstat (limited to 't/remake-deeply-nested.sh')
-rw-r--r-- | t/remake-deeply-nested.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-deeply-nested.sh b/t/remake-deeply-nested.sh index d17fd5774..e054c204a 100644 --- a/t/remake-deeply-nested.sh +++ b/t/remake-deeply-nested.sh @@ -30,7 +30,7 @@ echo "AC_SUBST([FOO], [$magic1])" >> configure.ac echo "@FOO@" > bar.in echo "AC_CONFIG_FILES([bar])" >> configure.ac -d=; unset d # Avoid unduly interferences from the environment. +unset d # Avoid unduly interferences from the environment. for i in 0 1 2 3 4 5 6 7 8 9; do d=${d+"$d/"}sub$i echo "SUBDIRS = sub$i" > Makefile.am |