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
a14aa4c86d
apenwarr-redo
/
t
/
999-installer
/
all.do
2 lines
75 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
Avoid bashism >&file The >& form is only for file descriptors, passing a file name there is a bash extension. $ /bin/dash -c 'echo foo >&/dev/null' /bin/dash: 1: Syntax error: Bad fd number
2015-08-27 06:57:27 -07:00
DESTDIR=$PWD/test.tmp redo ../../install >install.log 2>&1
Reference in a new issue
Copy permalink