apenwarr-redo/t/999-installer/all.do
Avery Pennarun 474e12eed8 Fix minimal/do and tests when built in a path containing spaces.
Basically all just missing quotes around shell strings that use $PWD.
Most paths inside a project, since redo uses relative paths, only need
to worry when project-internal directories or filenames have spaces in
them.

Reported-by: Jeff Stearns <jeff.stearns@gmail.com>
2018-12-11 01:22:29 +00:00

2 lines
77 B
Text

rm -rf test.tmp
DESTDIR="$PWD/test.tmp" redo ../../install >install.log 2>&1