From 40ed13f3ba398f1f2b38236678e3bdc475604669 Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Fri, 31 Oct 2025 22:06:38 -0400 Subject: [PATCH] added "debug stuff" --- src/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/build.sh b/src/build.sh index e5653c4..6d1b7db 100644 --- a/src/build.sh +++ b/src/build.sh @@ -4,10 +4,18 @@ VERSION="140.4.0esr" DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz/" BUILDPATH=$(realpath .) + +#debug stuff +echo $VERSION +echo $DOWNLOAD +echo $BUILDPATH +read + #unzip this or something curl -RO $DOWNLOAD tar -xzf "firefox-$VERSION.source.tar.xz src" + cd "src/js/src" mkdir _build