X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fedit_cfg.sh;h=f7f1795654f24fd3a2b2f8471f0ab61f333653cb;hp=8d64fee18013b37137f1c2b157790d064286b206;hb=312665d3aaaf5d8e3ba34d80fdd650abf758272a;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/include/edit_cfg.sh b/include/edit_cfg.sh index 8d64fee1..f7f17956 100755 --- a/include/edit_cfg.sh +++ b/include/edit_cfg.sh @@ -1,7 +1,8 @@ #!/bin/sh -# $Id: edit_cfg.sh,v 1.12 2001/12/23 00:52:40 tom Exp $ +# $Id: edit_cfg.sh,v 1.14 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2001,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 +39,7 @@ # BAK=save$$ TMP=edit$$ -trap "rm -f $BAK $TMP" 0 1 2 5 15 +trap "rm -f $BAK $TMP" 0 1 2 3 15 for name in \ HAVE_TCGETATTR \ HAVE_TERMIOS_H \