Ticket #8838: configure_solaris_shell.patch
File configure_solaris_shell.patch, 433 bytes (added by , 17 years ago) |
---|
-
configure
old new 367 367 368 368 # Show the configure help line for an option 369 369 option_help() { 370 option=`echo "--$(echo $1 | sed 's/_/-/g') " | sed "s/\(.\{23\}\).*/\1/"` 370 tmpopt=`echo $1 | sed 's/_/-/g'` 371 option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"` 371 372 echo " ${option} ${2}" 372 373 } 373 374