Skip to content
Prev 4824 / 63421 Next

rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)

Using a trailing dir separator is wrong, and Windows is much less
tolerant of it than most Unixes.  I have not checked most of these
utilities using \, only /, as the shells I use demand \ be doubled
and do path completion only with /.

The diagnosis is correct: basename in Perl is failing when given that path.
I will add some sanity checks.
On Fri, 22 Dec 2000 cberry@tajo.ucsd.edu wrote: