* lib/ylwrap (input_rx): Move its definition next to its sibling's, outside of the main loop. --- lib/ylwrap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/ylwrap b/lib/ylwrap index 4ad820d..3efa632 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -108,6 +108,7 @@ case "$input" in input="`pwd`/$input" ;; esac +input_rx=`get_dirname "$input" | quote_for_sed` # Since DOS filename conventions don't allow two dots, # the DOS version of Bison writes out y_tab.c instead of y.tab.c @@ -176,9 +177,6 @@ ret=$? if test $ret -eq 0; then set X $pairlist shift - - input_rx=`get_dirname "$input" | quote_for_sed` - while test "$#" -ne 0; do from=$1 to=$2 -- 1.7.11.1