Raymond Toy pushed to branch issue-135-unix-namestring-dot at cmucl / cmucl
Commits:
-
ef2a1fc3
by Raymond Toy at 2022-10-19T13:44:15-07:00
1 changed file:
Changes:
... | ... | @@ -1079,11 +1079,6 @@ optionally keeping some of the most recent old versions." |
1079 | 1079 | :pathname file
|
1080 | 1080 | :format-control (intl:gettext "~S doesn't exist.")
|
1081 | 1081 | :format-arguments (list file)))
|
1082 | - ;; unix-namestring converts "." to "". Convert it back to
|
|
1083 | - ;; "." so we can stat the current directory. (Perhaps
|
|
1084 | - ;; that's a bug in unix-namestring?)
|
|
1085 | - (when (zerop (length name))
|
|
1086 | - (setf name "."))
|
|
1087 | 1082 | (let (author)
|
1088 | 1083 | (unwind-protect
|
1089 | 1084 | (progn
|