Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/plugins/terminal/scripts/rm-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ for target in "$@"; do
unlink_recursive "$target"
done

busybox rm "$@"

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

Expand Down