Ticket #33671: patch-tools-splitconfig.diff

File patch-tools-splitconfig.diff, 667 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • tools/splitconfig

    old new  
    105105        esac
    106106}
    107107
    108 echo -n "Checking for usable grep -F or equivalent... "
     108printf "Checking for usable grep -F or equivalent... "
    109109SAMPLEPAT="foo
    110110bar
    111111splat"
     
    139139for publication in $PUBLICATIONS ; do
    140140        for factor in $FACTORS ; do
    141141                CFGFILE="include/pqxx/config-${publication}-${factor}.h"
    142                 echo -n "Generating $CFGFILE: "
     142                printf "Generating $CFGFILE: "
    143143                ITEMS="`grep -w "${publication}" "$CFDB" | grep -w "${factor}" | cut -f 1 | grep -v '^$'`"
    144144                if test -z "$ITEMS" ; then
    145145                        echo "no items--skipping"