Name: Anonymous 2012-03-07 6:18
I'm trying to invoke shell command (trivial-shell:shell-command "pwd") and it tries to create temporary file inside current directory, which happens to be "/", with a shitty code like
(loop thereis (open (format nil "TEMP-~D" (random 100000))
:direction :probe :if-exists nil
:if-does-not-exist :create)
Of course that results into "error opening #P"/TEMP-12698": Permission denied"
That is why we cant have nice things. Everything will be wrong and fail. I hate you all!
(loop thereis (open (format nil "TEMP-~D" (random 100000))
:direction :probe :if-exists nil
:if-does-not-exist :create)
Of course that results into "error opening #P"/TEMP-12698": Permission denied"
That is why we cant have nice things. Everything will be wrong and fail. I hate you all!