|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-30 03:59 UTC] mj@php.net
[2002-05-30 12:42 UTC] dward at maidencreek dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 16:00:01 2025 UTC |
The problem is actually in the CVS tree, but I cannot select that as the version for this bug. It seems that the Makefile assumes that the /bin/sh is really bash for install-pear-installer and install-pear-packages which use bash-specific methods (${descfile%.xml} and ${tmp#*-}) of modifying the variables instead of using sed or something else to do it. Also note that if the directory path has a - in it then the bash variable modification methods do not work correctly either.