Skip to content

Commit 7af962c

Browse files
fix: remove duplicate rm command (Acode-Foundation#1732)
1 parent aee4d3b commit 7af962c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/terminal/scripts/rm-wrapper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ for target in "$@"; do
1818
unlink_recursive "$target"
1919
done
2020

21-
busybox rm "$@"
22-
2321
# Run busybox rm, capture stderr, and filter out the "No such file or directory" message
2422
err="$(busybox rm "$@" 2>&1 >/dev/null)"
2523

0 commit comments

Comments
 (0)