pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: TOOL_DEPENDS or DEPENDS for configure requiring bash
I just checked, bash in deed does misparse
VAR=$(( cmd1 ) | cmd2 )
as
VAR=$( ( cmd1 ) | cmd2 )
instead of properly showing an error message (which it does without the | cmd2
part).
If this is the unpatched config script, someone(tm) should fiel an upstream
bug report (and maybe another for bash).
Martin
Home |
Main Index |
Thread Index |
Old Index