i think this was sent to me personally by mistake (i had reply-to set). it
seems part of the conversation, and nothing seems confidential, so i am posting
my reply to tech@

especially as it is relevant to those who may want to know this later.

On Sat, 27 Sep 2014 05:13:42 -0600 (MDT)
> Your diff is wrong.  the script exists to avoid the long wrapping line.

ok, but also in 'list2sh.awk' is:

printf("(cd ${TARGDIR}; tic -C -x -r -e %s 
${UTILS}/../../share/termtypes/termtypes.master | sed -e '/^#.*/d' -e '/^$$/d' 
> %s)\n",

wouldn't that have the same issue?

either way, this seems something worthy of a comment in 'maketz.sh'.

--- maketz.sh.orig      Wed May  6 23:43:02 2009
+++ maketz.sh   Sat Sep 27 08:26:14 2014
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+#this script exists to avoid the long wrapping line.
+
 destdir=$1
 
 if [ $# -lt 1 ]; then

Reply via email to