From 6381244e26d044b42143204827ed4a1d3741b6d7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 20:57:21 -0400 Subject: [PATCH] debug: where is the pcre2 output --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index f272058..5fb4cc4 100755 --- a/bin/compile +++ b/bin/compile @@ -59,6 +59,7 @@ if [[ ! -d "${PCRE_TARBALL%.tar.gz}" ]]; then echo "-----> Download and unzip pcre ${PCRE_VERSION} via http" curl -sSL "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PCRE_VERSION}/${PCRE_TARBALL}" -o "${PCRE_TARBALL}" tar xzf "${PCRE_TARBALL}" && rm -f "${PCRE_TARBALL}" + ls -lah fi if [[ ! -d "${ZLIB_TARBALL%.tar.gz}" ]]; then