What steps will reproduce the problem?
1. Use dash as /bin/sh instead of bash
2. make
3. Get error from dash
What is the expected output? What do you see instead?
I'm expecting the build process to finish without errors.
Instead:
/bin/sh: Syntax error: Bad fd number
make: *** [distrib/prettify-small.tar] Error 2
This can be fixed by adding
SHELL := /bin/bash
at the top of the Makefile
Original issue reported on code.google.com by paul.tot...@gmail.com on 2 Jan 2012 at 8:55
Original issue reported on code.google.com by
paul.tot...@gmail.com
on 2 Jan 2012 at 8:55