From: Shawn O. Pearce Date: Sun, 19 Nov 2006 07:57:58 +0000 (-0500) Subject: git-gui: Restore the all important shebang line. X-Git-Tag: gitgui-0.6.0~180 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd11b82db88049fc4822d52764c009cc55b55afd;p=git.git 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 --- diff --git a/git-gui b/git-gui index a2a76c11d..3f0424a33 100755 --- a/git-gui +++ b/git-gui @@ -1,3 +1,4 @@ +#!/bin/sh # Tcl ignores the next line -*- tcl -*- \ exec wish "$0" -- "$@"