Added the FTS_NOCHDIR flag to the fts-open call. This is needed, so that
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Sat, 5 Mar 1994 16:12:06 +0000 (16:12 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Sat, 5 Mar 1994 16:12:06 +0000 (16:12 +0000)
commit2a3408a26a33b0afe91d22dc25b43ad9a66cd4d7
tree8a3570d7264ce7da84680dde45bc79a22de9bef6
parentf26a5ef725d30ebf0b77b6b6261138df0d5e38a9
Added the FTS_NOCHDIR flag to the fts-open call. This is needed, so that
the fts don't change the current directory for rm and subsequent calls
to rmdir with relative pathnames don't fail.
bin/rm/rm.c