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