Robustify test scripts against there being a directory asdf/ next to asdf.lisp
perl -pi.bak -e 's|"../asdf"|\(compile-file-pathname "../asdf"\)|;' *.script
Please register or sign in to comment
perl -pi.bak -e 's|"../asdf"|\(compile-file-pathname "../asdf"\)|;' *.script