X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2FMKcaptab.sh;h=5f4135028f9856292e239e65d439f02e85e8b1c8;hp=c800023d105a46a375d06216f0f6341ca96b1006;hb=HEAD;hpb=deb0d07e8eb4803b9e9653359eab17a30d04369d diff --git a/ncurses/tinfo/MKcaptab.sh b/ncurses/tinfo/MKcaptab.sh old mode 100644 new mode 100755 index c800023d..5f413502 --- a/ncurses/tinfo/MKcaptab.sh +++ b/ncurses/tinfo/MKcaptab.sh @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################## -# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 2019-2020,2023 Thomas E. Dickey # # Copyright 2007-2010,2011 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -27,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: MKcaptab.sh,v 1.19 2020/02/02 23:34:34 tom Exp $ +# $Id: MKcaptab.sh,v 1.20 2023/04/22 15:12:57 tom Exp $ if test $# != 0 then @@ -153,7 +153,6 @@ _nc_get_table(bool termcap) return termcap ? build_names(cap) : build_names(info); } -/* entrypoint used by tack 1.07 */ NCURSES_EXPORT(const HashValue *) _nc_get_hash_table(bool termcap) {