Skip to content

Commit 94ce223

Browse files
fix: remove duplicate rm command
1 parent aee4d3b commit 94ce223

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)