From faa4b7b69ae87ebc4de5af602952980d221dbdb6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 19 Aug 2023 08:56:57 -0400 Subject: [PATCH] oops --- tools/make-mv3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/make-mv3.sh b/tools/make-mv3.sh index c0f5e5e38..867ba766b 100755 --- a/tools/make-mv3.sh +++ b/tools/make-mv3.sh @@ -56,7 +56,6 @@ if [ "$UBO_VERSION" != "HEAD" ]; then git remote add origin "https://github.com/gorhill/uBlock.git" git fetch --depth 1 origin "$UBO_VERSION" git checkout -q FETCH_HEAD - cd .. else UBO_DIR=. fi