File: tkfoo

package info (click to toggle)
lintian 1.23.28%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,044 kB
  • ctags: 295
  • sloc: perl: 5,038; makefile: 702; python: 431; sh: 329; ansic: 30; tcl: 4; sed: 1
file content (31 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download | duplicates (151)
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)]
}