X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2FMKkeys_list.sh;h=b669eecce3aa60271e860e8814323e62a6f3328c;hp=14017b0168963e657e799be4134a0f32d17f0a5c;hb=b5be26931d6488adcb1ff8bc07df9de378ce0d27;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/ncurses/tinfo/MKkeys_list.sh b/ncurses/tinfo/MKkeys_list.sh index 14017b01..b669eecc 100755 --- a/ncurses/tinfo/MKkeys_list.sh +++ b/ncurses/tinfo/MKkeys_list.sh @@ -1,7 +1,7 @@ #! /bin/sh -# $Id: MKkeys_list.sh,v 1.4 2003/10/25 16:19:54 tom Exp $ +# $Id: MKkeys_list.sh,v 1.5 2017/08/12 12:22:06 tom Exp $ ############################################################################## -# Copyright (c) 2001,2003 Free Software Foundation, Inc. # +# Copyright (c) 2001-2003,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -38,7 +38,7 @@ DATA=${1-../../include/Caps} data=data$$ -trap 'rm -f $data' 0 1 2 5 15 +trap 'rm -f $data' 0 1 2 3 15 sed -e 's/[ ][ ]*/ /g' < $DATA >$data cat <