bootstrap: Permit directory for hoxsl

Now I recall the reason I had -e: we clone hoxsl in the pipeline.
master
Mike Gerwitz 2020-07-27 12:51:10 -04:00
parent 2627b8eef5
commit 680691c4cf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ test "${1:-}" = -n || git submodule update --init --recursive
&& ./autogen.sh && ./configure
) \
&& ( cd tamer && ./bootstrap && ./configure ) \
&& { test -L hoxsl || ln -s ../hoxsl; } \
&& { test -e hoxsl || test -L hoxsl || ln -s ../hoxsl; } \
&& autoreconf -fvi \
&& ./configure \
&& make all