Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-19 10:57:58 +0300
committerShawn O. Pearce <spearce@spearce.org>2006-11-19 10:57:58 +0300
commitbd11b82db88049fc4822d52764c009cc55b55afd (patch)
tree1993e0443053a011cc1bf889af7fa3a4bcc0d810 /git-gui
parent38dbe273ffb86d8dc5c90403c27c561e683ade4a (diff)
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 a2a76c11dd..3f0424a33a 100755
--- a/git-gui
+++ b/git-gui
@@ -1,3 +1,4 @@
+#!/bin/sh
# Tcl ignores the next line -*- tcl -*- \
exec wish "$0" -- "$@"