[pacman-dev] makepkg developmental version

Allan McRae allan at archlinux.org
Wed Dec 24 21:06:52 EST 2008


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




More information about the pacman-dev mailing list