On Mon, 2010-03-01 at 22:08 +0100, Murray Cumming wrote: > On Mon, 2010-03-01 at 14:47 -0500, José Alburquerque wrote: > > The attached script is an attempt at stripping the ifdefs. > > Thank you. I will try that as soon as we release the next stable > version. When you do, please use this attached script because of a typo I overlooked in the original. -- José
Attachment:
remove-optional-api-ifdefs.new.sh
Description: application/shellscript
*** remove-optional-api-ifdefs.sh 2010-03-01 18:35:46.000000000 -0500
--- remove-optional-api-ifdefs.new.sh 2010-03-01 18:29:40.000000000 -0500
*************** usage()
*** 21,27 ****
while getopts :kv flag; do
case "$flag" in
k)
! set KEEP_ORIGINAL="y"
;;
h)
usage
--- 21,27 ----
while getopts :kv flag; do
case "$flag" in
k)
! KEEP_ORIGINAL="y"
;;
h)
usage