File: tkfoo

package info (click to toggle)
lintian 2.5.50.4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,268 kB
  • ctags: 1,873
  • sloc: perl: 30,993; sh: 6,133; makefile: 3,443; xml: 1,805; ansic: 568; python: 65; cpp: 9; java: 9; tcl: 4
file content (31 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download | duplicates (125)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh
#
# Insane amount of empty lines and comments

#
#                                          
#
#

#
#

#
#
#

#
#
   
#
# This line makes the next one a comment in Tcl \
exec wish "$0" -- ${1+"$@"}

# lintian should not check the following for syntax
# if it detects the line above correctly
# Code snippet taken from eTkTab

if { [array names prefs keybindings] != "" } {
  # Read in the file
   array set unparsed_bindings [ read_settings_file $prefs(keybindings)]
}