diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 08:11:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 08:11:38 +0000 |
commit | 24fa7a5107c5b75d1c197accf0305be64bc72882 (patch) | |
tree | 183f09c93417ac0e5f7f49760329a3d2cfaacda9 /misc/gen_edit.sh | |
parent | bf0ab54638a5ef969749f6ceae30e864f9556ea8 (diff) |
Diffstat (limited to 'misc/gen_edit.sh')
-rwxr-xr-x | misc/gen_edit.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/gen_edit.sh b/misc/gen_edit.sh index dadf00357114..0c41611d7c57 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). |