shell-safe-rm
shell-safe-rm copied to clipboard
Return code inconsistant with original rm with -f options.
Original rm will return 0 with '-f' options if it does not found target files, while the shell-safe-rm returns 1. This inconsistancy will cause some software (e.g. qemu) fail to compile. Hope the author can fix this.