Ignore the misspelling, lintian throws a warning if the shebang isn't present

Thank you for your time,
-Chase
From a46534f2f80e39bb940977e3f60c12a7e1193b03 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Tue, 12 Jun 2018 06:46:08 -0500
Subject: [PATCH] docnook.tcl: Add shebang

---
 cde/programs/dtdocbook/doc2sdl/docbook.tcl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cde/programs/dtdocbook/doc2sdl/docbook.tcl b/cde/programs/dtdocbook/doc2sdl/docbook.tcl
index 04748a4e..08b42282 100755
--- a/cde/programs/dtdocbook/doc2sdl/docbook.tcl
+++ b/cde/programs/dtdocbook/doc2sdl/docbook.tcl
@@ -1,3 +1,4 @@
+#!/usr/bin/tclsh
 # set the global variables
 set nextId        0  ;# gets incremented before each use
 
-- 
2.17.1

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to