apenwarr-redo/t/999-installer/all.do
Tommi Virtanen c2c013970e 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
2018-10-11 03:28:05 -04:00

2 lines
75 B
Text

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