error when performing uninstall on Darwin
Closed this issue · 0 comments
dweinstein commented
$ rsvm uninstall nightly.20150828151316
uninstall nightly.20150828151316 ...
rm: illegal option -- I
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
in rsvm.sh uninstall handler
specifically rm -rI "$RSVM_DIR/$1"
the option -I
is not available on the built-in rm (it is on GNU rm
)
I have a PR incoming for this for your review.