Ticket #8838: configure_solaris_shell.patch

File configure_solaris_shell.patch, 433 bytes (added by SF/lblume, 16 years ago)

Small change to fix a cosmetic issue with Solaris /bin/sh

  • configure

    old new  
    367367
    368368# Show the configure help line for an option
    369369option_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/"`
    371372        echo "  ${option}  ${2}"
    372373}
    373374