Ticket #33671: patch-tools-splitconfig.diff
File patch-tools-splitconfig.diff, 667 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
tools/splitconfig
old new 105 105 esac 106 106 } 107 107 108 echo -n"Checking for usable grep -F or equivalent... "108 printf "Checking for usable grep -F or equivalent... " 109 109 SAMPLEPAT="foo 110 110 bar 111 111 splat" … … 139 139 for publication in $PUBLICATIONS ; do 140 140 for factor in $FACTORS ; do 141 141 CFGFILE="include/pqxx/config-${publication}-${factor}.h" 142 echo -n"Generating $CFGFILE: "142 printf "Generating $CFGFILE: " 143 143 ITEMS="`grep -w "${publication}" "$CFDB" | grep -w "${factor}" | cut -f 1 | grep -v '^$'`" 144 144 if test -z "$ITEMS" ; then 145 145 echo "no items--skipping"