[Ohrrpgce] [ohrrpgce/ohrrpgce] killdir error message when exporting mac os x package from distribute game (#1084)

Ralph Versteegen notifications at github.com
Sun Mar 15 06:03:50 PDT 2020


Actually, recursive deletion was never removed from `killdir`. That error message was added in r7997 (24e91ed65)
```
+  ' For safety. (You ought to pass absolute paths.) Check
+  ' writability so we don't recurse if started from e.g. /home until
+  ' we hit something deletable (this happened to me)!
+  IF LEN(directory) < 5 ORELSE diriswriteable(directory) = NO THEN
+   showerror "killdir: refusing to delete directory '" & directory & "'"
+   EXIT SUB
+  END IF
```
(Since reworded to "killdir: refusing suspicious attempt to delete directory")

But no sign of the error now, 3 1/2 years later, so I'll close this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1084#issuecomment-599207646
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20200315/f6c55c05/attachment.html>


More information about the Ohrrpgce mailing list