ID: 10986
Updated by: cardinal
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Scripting Engine problem
Bug Type: Compile Problem
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

Reclassifying

Previous Comments:
---------------------------------------------------------------------------

[2001-05-21 08:51:23] [EMAIL PROTECTED]
file "makerpm" line 9:
  VERSION=${2:-`echo $TARDIR | sed "s/$PREFIX//g"`}
always return a version no with "-"
e.g. Building RPM version -4.0.5, release: 2

Suggest Change
  VERSION=${2:-`echo $TARDIR | sed "s/$PREFIX-//g"`}

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10986&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to