Correct substitution no longer matching tab characters for some reason.

Tue, 28 Aug 2012 19:03:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 19:03:30 +0200
changeset 640
b8c54b685320
parent 639
86e8808a3984
child 641
4fa917def625

Correct substitution no longer matching tab characters for some reason.

awk/awk.spec file | annotate | diff | comparison | revisions
     1.1 --- a/awk/awk.spec	Tue Aug 28 19:03:10 2012 +0200
     1.2 +++ b/awk/awk.spec	Tue Aug 28 19:03:30 2012 +0200
     1.3 @@ -58,12 +58,13 @@
     1.4      %setup -q -c
     1.5      %patch -p0
     1.6      %{l_shtool} subst \
     1.7 -        -e 's;Cell[\ \t][\ \t]*\*getline;Cell \*awk_getline;' \
     1.8 +        -e 's;\(Cell.*\)\*getline;\1*awk_getline;' \
     1.9          proto.h \
    1.10          run.c
    1.11      %{l_shtool} subst \
    1.12          -e 's;getline;awk_getline;g' \
    1.13 -        maketab.c
    1.14 +        maketab.c \
    1.15 +        lex.c
    1.16  
    1.17  %build
    1.18      %{l_make} %{l_mflags -O} \

mercurial