Re: [cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-13 Thread Jon Trulson
According to programs/dtdocbook/README, it's used by instant for Help file generation... I always wondered what the Tcl interpreter was for... :) -jon On 06/13/2018 06:52 PM, Chase via cdesktopenv-devel wrote: If I could get a list of all the tcl locations, I would make a macro, but I must k

Re: [cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-13 Thread Chase via cdesktopenv-devel
If I could get a list of all the tcl locations, I would make a macro, but I must know, if we don't use it, why is it here? ​Thank you for your time, -Chase​ ‐‐‐ Original Message ‐‐‐ On June 12, 2018 11:40 PM, Ulrich Wilkens wrote: > ​​ > > On 06/12/18 13:50, Chase via cdesktopenv-d

Re: [cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-12 Thread Ulrich Wilkens
On 06/12/18 13:50, Chase via cdesktopenv-devel wrote: Ignore the misspelling, lintian throws a warning if the shebang isn't present I'm afraid this patch is a little bit too simple: /usr/bin/tclsh doesn't exist on many systems. Often it is located in /usr/local/bin or sometimes also in /usr/p

Re: [cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-12 Thread Jon Trulson
Applied to master, thanks! -jon On 06/12/2018 05:50 AM, Chase via cdesktopenv-devel wrote: Ignore the misspelling, lintian throws a warning if the shebang isn't present Thank you for your time, -Chase -- Check out

[cdesktopenv-devel] [PATCH] docbook.tcl: add shebang

2018-06-12 Thread Chase via cdesktopenv-devel
Ignore the misspelling, lintian throws a warning if the shebang isn't present Thank you for your time, -ChaseFrom a46534f2f80e39bb940977e3f60c12a7e1193b03 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 12 Jun 2018 06:46:08 -0500 Subject: [PATCH] docnook.tcl: Add shebang --- cde/programs/dtdocb