docnook.tcl: Add shebang
This commit is contained in:
parent
9cfc0c2b40
commit
a35a7685b4
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
# set the global variables
|
||||
set nextId 0 ;# gets incremented before each use
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue