--- man-pages-2.54/scripts/add_parens_for_own_funcs.sh.orig 2005-10-19 00:28:43.000000000 -0700 +++ man-pages-2.54/scripts/add_parens_for_own_funcs.sh 2007-06-09 02:26:48.000000000 -0700 @@ -81,7 +81,7 @@ esac done -shift $(( OPTIND - 1 )) +shift $(( $OPTIND - 1 )) # Only process files with > 1 line -- single-line files are link files --- man-pages-2.54/scripts/FIXME_list.sh.orig 2006-07-18 09:00:24.000000000 -0700 +++ man-pages-2.54/scripts/FIXME_list.sh 2007-06-09 02:26:48.000000000 -0700 @@ -23,7 +23,7 @@ esac done -shift $(( OPTIND - 1 )) +shift $(( $OPTIND - 1 )) if test $# -eq 0; then echo "Usage: $0 [-a] pathname" 1>&2 --- man-pages-2.54/scripts/unformat_parens.sh.orig 2007-03-01 23:16:05.000000000 -0800 +++ man-pages-2.54/scripts/unformat_parens.sh 2007-06-09 02:26:48.000000000 -0700 @@ -41,7 +41,7 @@ esac done -shift $(( OPTIND - 1 )) +shift $(( $OPTIND - 1 )) # Only process files with > 1 line -- single-line files are link files