Change MAKE-DIRECTORY and DELETE-DIRECTORY to strip off any trailing
authorChris Hanson <org/chris-hanson/cph>
Wed, 18 Oct 1995 05:09:08 +0000 (05:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 18 Oct 1995 05:09:08 +0000 (05:09 +0000)
commitdedc50a14a0803aba5759d659e9424a1e2d6ff1a
treea26f95b8434769203a9baca179786c90f5f10e27
parent184508e7eb10f1a671c82f16510af24b243b25e9
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/dosprm.scm