Change MAKE-DIRECTORY and DELETE-DIRECTORY to strip off any trailing
authorChris Hanson <org/chris-hanson/cph>
Wed, 18 Oct 1995 05:02:57 +0000 (05:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 18 Oct 1995 05:02:57 +0000 (05:02 +0000)
commit184508e7eb10f1a671c82f16510af24b243b25e9
tree905527e1484b6147f6897039199cc27136c769c3
parent58d89093a9cc4fe961aafb996b35640e17b06d5c
Change MAKE-DIRECTORY and DELETE-DIRECTORY to strip off any trailing
slash from the filename before giving it to the primitive.  Previously
these were forcing a trailing slash onto the filename.  Most unix
implementations don't care about this, but Linux rejects the old
behavior, and the new behavior is more "correct", in the sense that
this is an operation on the file that is the directory.
v7/src/runtime/unxprm.scm