X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fgen_edit.sh;h=0c41611d7c578ea99581b774f3cfdfca5042b73f;hp=dadf003571145b913096bc9b698e00505b3d8855;hb=HEAD;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/misc/gen_edit.sh b/misc/gen_edit.sh index dadf0035..0c41611d 100755 --- a/misc/gen_edit.sh +++ b/misc/gen_edit.sh @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################## -# Copyright 2020 Thomas E. Dickey # +# Copyright 2020,2021 Thomas E. Dickey # # Copyright 2004-2011,2012 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -30,7 +30,7 @@ # # Author: Thomas E. Dickey # -# $Id: gen_edit.sh,v 1.6 2020/02/02 23:34:34 tom Exp $ +# $Id: gen_edit.sh,v 1.7 2021/09/04 15:55:29 tom Exp $ # Generate a sed-script for converting the terminfo.src to the form which will # be installed. # @@ -40,10 +40,10 @@ linux_dft=linux2.2 -: ${datadir=/usr/share} -: ${WHICH_LINUX=$linux_dft} -: ${WHICH_XTERM=xterm-new} -: ${XTERM_KBS=BS} +: "${datadir=/usr/share}" +: "${WHICH_LINUX=$linux_dft}" +: "${WHICH_XTERM=xterm-new}" +: "${XTERM_KBS=BS}" # If we're not installing into /usr/share/, we'll have to adjust the location # of the tabset files in terminfo.src (which are in a parallel directory).