aws-sdk-lisp icon indicating copy to clipboard operation
aws-sdk-lisp copied to clipboard

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

Open fiddlerwoaroof opened this issue 6 years ago • 0 comments

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.

fiddlerwoaroof avatar Oct 12 '19 01:10 fiddlerwoaroof