Browse Source

git-gui: Restore the all important shebang line.

Accidentally removed by an unnoticed fat finger accident in vi during
commit 1461c5f3.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Shawn O. Pearce 18 years ago
parent
commit
bd11b82db8
  1. 1
      git-gui

1
git-gui

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \
exec wish "$0" -- "$@"


Loading…
Cancel
Save