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>
2 lines
77 B
Text
2 lines
77 B
Text
rm -rf test.tmp
|
|
DESTDIR="$PWD/test.tmp" redo ../../install >install.log 2>&1
|