diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-19 02:57:58 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-19 02:57:58 -0500 |
commit | bd11b82db88049fc4822d52764c009cc55b55afd (patch) | |
tree | 1993e0443053a011cc1bf889af7fa3a4bcc0d810 /git-gui | |
parent | 38dbe273ffb86d8dc5c90403c27c561e683ade4a (diff) | |
download | git-bd11b82db88049fc4822d52764c009cc55b55afd.tar.gz git-bd11b82db88049fc4822d52764c009cc55b55afd.tar.xz |
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>
Diffstat (limited to 'git-gui')
-rwxr-xr-x | git-gui | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#!/bin/sh # Tcl ignores the next line -*- tcl -*- \ exec wish "$0" -- "$@" |