commit | bd11b82db88049fc4822d52764c009cc55b55afd | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Sun Nov 19 02:57:58 2006 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Sun Nov 19 02:57:58 2006 -0500 |
tree | 1993e0443053a011cc1bf889af7fa3a4bcc0d810 | |
parent | 38dbe273ffb86d8dc5c90403c27c561e683ade4a [diff] [blame] |
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>
diff --git a/git-gui b/git-gui index a2a76c1..3f0424a 100755 --- a/git-gui +++ b/git-gui
@@ -1,3 +1,4 @@ +#!/bin/sh # Tcl ignores the next line -*- tcl -*- \ exec wish "$0" -- "$@"