mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Use double-quotes for regular_mans, not brackets.
This is a bashism; on systems where sh is not bash (eg., non-Linux, or Ubuntu using dash), this breaks with a syntax error. This also doesn't work properly in bash: only the first item is iterated on.
This commit is contained in:
parent
6fc3997307
commit
8c88c75966
@ -1469,7 +1469,7 @@ AC_CONFIG_FILES([
|
||||
])
|
||||
|
||||
if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then
|
||||
regular_mans=(doc/tor doc/tor-gencert doc/tor-resolve doc/torify)
|
||||
regular_mans="doc/tor doc/tor-gencert doc/tor-resolve doc/torify"
|
||||
for file in $regular_mans ; do
|
||||
if ! [[ -f "$srcdir/$file.1.in" ]] || ! [[ -f "$srcdir/$file.html.in" ]] ; then
|
||||
echo "==================================";
|
||||
|
Loading…
Reference in New Issue
Block a user