summaryrefslogtreecommitdiff
path: root/git-gui
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-19 07:57:58 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2006-11-19 07:57:58 (GMT)
commitbd11b82db88049fc4822d52764c009cc55b55afd (patch)
tree1993e0443053a011cc1bf889af7fa3a4bcc0d810 /git-gui
parent38dbe273ffb86d8dc5c90403c27c561e683ade4a (diff)
downloadgit-bd11b82db88049fc4822d52764c009cc55b55afd.zip
git-bd11b82db88049fc4822d52764c009cc55b55afd.tar.gz
git-bd11b82db88049fc4822d52764c009cc55b55afd.tar.bz2
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-xgit-gui1
1 files changed, 1 insertions, 0 deletions
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" -- "$@"