From 179e0fe9fa011eceb1e806b5dd564c13f8abbffc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 19 Aug 2023 09:15:15 -0400 Subject: [PATCH] re-oops --- tools/make-mv3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make-mv3.sh b/tools/make-mv3.sh index 867ba766b..d424f055a 100755 --- a/tools/make-mv3.sh +++ b/tools/make-mv3.sh @@ -56,6 +56,7 @@ 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 - > /dev/null else UBO_DIR=. fi