pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

Switch usages of `#p"~/..."` to use USER-HOMEDIR-PATHNAME #15

Closed fiddlerwoaroof closed 1 year ago

fiddlerwoaroof commented 4 years ago

On lispworks, at least, #p expands to an absolute path at build/delivery time, which makes the result potentially invalid on the end-user's machine.