25 Dec
2008
25 Dec
'08
3:06 a.m.
Yun Zheng Hu wrote:
Another small bug, on line 1500, if the BUILDSCRIPT filename contains whitespace it will fail: if [ -z $BUILDSCRIPT ]; then
should be quoted like this: if [ -z "$BUILDSCRIPT" ]; then
I noticed this the other day when working on how to deal with options with spaces in them. Is that the only change that needs made for PKGBUILDs with spaces to work? Allan