This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Trims slashes from the argument to rmdir(), likewise
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 12 Mar 2003 20:46:58 +0000 (20:46 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 12 Mar 2003 20:46:58 +0000 (20:46 +0000)
commit0c54f65beca99cd47fc978febc1180b492e468de
treee5cd6ea67dd1e6db2f869c74c8814d921af89f62
parente083ff9b723e313d0590a2ca034af1c1abdaed9e
Trims slashes from the argument to rmdir(), likewise
to what happens with rmdir(). Factorize the code in a
local macro, TRIMSLASHES.

p4raw-id: //depot/perl@18958
pp_sys.c