X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftty%2FMKexpanded.sh;h=fb4336fc0e10213e08926827f28fcdc2646c4bdd;hb=5da4544722decdeb2bfd0c7c4581af0ea62148f9;hp=cc13f587ff19e342a3c51f2f533c0fce375858e2;hpb=44a63c85c16f81579c74d68cd99eea1a1fd00c28;p=ncurses.git diff --git a/ncurses/tty/MKexpanded.sh b/ncurses/tty/MKexpanded.sh index cc13f587..fb4336fc 100755 --- a/ncurses/tty/MKexpanded.sh +++ b/ncurses/tty/MKexpanded.sh @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey, 1997-on # -# $Id: MKexpanded.sh,v 1.19 2017/02/11 18:19:40 tom Exp $ +# $Id: MKexpanded.sh,v 1.20 2017/08/12 12:20:28 tom Exp $ # # Script to generate 'expanded.c', a dummy source that contains functions # corresponding to complex macros used in this library. By making functions, @@ -48,7 +48,7 @@ else fi TMP=gen$$.c -trap "rm -f $TMP" 0 1 2 5 15 +trap "rm -f $TMP" 0 1 2 3 15 cat <