[pacman-dev] makepkg developmental version
Allan McRae
allan at archlinux.org
Wed Dec 24 21:22:26 EST 2008
Allan McRae wrote:
> 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?
And of course I don't really mean PKGBUILDs with spaces....
Allan
More information about the pacman-dev
mailing list