This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
938c6c65c4
apenwarr-redo
/
t
/
999-installer
/
all.do
2 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
Add a test for install.do.
2012-02-08 23:35:01 -05:00
rm -rf test.tmp
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:19:58 +00:00
DESTDIR="$PWD/test.tmp" redo ../../install >install.log 2>&1
Reference in a new issue
Copy permalink