mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Fix ext_skel on Solaris
Submitted by: Sam Liddicott <sam.liddicott@ananova.com>
This commit is contained in:
+2
-2
@@ -170,7 +170,7 @@ echo '/__function_entries_here__/D' >> sedscript
|
||||
echo '/__function_stubs_here__/D' >> sedscript
|
||||
echo '/__header_here__/D' >> sedscript
|
||||
echo '/__footer_here__/D' >> sedscript
|
||||
if [ ! -z $no_help ]; then
|
||||
if [ ! -z "$no_help" ]; then
|
||||
echo "/confirm_$extname_compiled/D" >> sedscript
|
||||
echo '/Remove the following/,/^\*\//D' >> sedscript
|
||||
echo 's/[[:space:]]\/\*.\+\*\///' >> sedscript
|
||||
@@ -190,7 +190,7 @@ echo '/__footer_here__/r ../../footer' >> sedscript
|
||||
echo '/__function_declarations_here__/D' >> sedscript
|
||||
echo '/__header_here__/D' >> sedscript
|
||||
echo '/__footer_here__/D' >> sedscript
|
||||
if [ ! -z $no_help ]; then
|
||||
if [ ! -z "$no_help" ]; then
|
||||
echo "/confirm_$extname_compiled/D" >> sedscript
|
||||
echo 's/[[:space:]]\/\*.\+\*\///' >> sedscript
|
||||
echo 's/^\/\*.*\*\/$//' >> sedscript
|
||||
|
||||
Reference in New Issue
Block a user