From 864bcc7bfdeb743016af69e1160e1e0cbb2a9a3b Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 9 Oct 2022 22:10:11 -0500 Subject: [PATCH] Remove unnecessary rm --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index e3f5ed4..b90b30d 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -49,7 +49,7 @@ populate_patches() { # cleanup to fetch new revanced on next run if [[ "$1" == "clean" ]]; then - rm -f revanced-cli.jar revanced-integrations.apk revanced-patches.jar patches.json + rm -f revanced-cli.jar revanced-integrations.apk revanced-patches.jar exit fi