bug: ./build: not found with ./build update_versions

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hello,

That was noticed, that if we run

Code:
./build update_versions

to upgrade PHP and other software in the list preceding to PHP, custombuild both 1.2 and 2.x fails before building PHP:

Code:
AWstats 7.2 installation is done.
Updating PHP 5.3
./build: 10398: ./build: ./build: not found
Updating PHP 5.4
./build: 10424: ./build: ./build: not found


Known to be affected:

BUILDSCRIPT_VER=2.0.0-RC5

and

BUILDSCRIPT_VER=1.2.39
 
Got the same problem with CB 2.0, then I ran ./build update_versions again and it worked. (Not sure I ran ./build update followed by ./build update_versions but it works after the second ran.)
 
Back
Top