From 87b51de9bfc58f7893727c32b6983f72de907baa Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 18 Oct 2022 19:50:14 -0500 Subject: [PATCH] Fix xargs --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index 01f78da..923c9ad 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -217,4 +217,4 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \ | sort -rn \ | tail -n +6 \ | cut -f2- \ - | xargs -r -I {} rm {} \; + | xargs -r -I {} rm {}