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:
authorJeff King <peff@peff.net>2008-03-13 00:42:15 +0300
committerJunio C Hamano <gitster@pobox.com>2008-03-13 10:57:53 +0300
commit32aedd5496f53c08bcef5f7709f6bfece4f40978 (patch)
tree44f173a9ebd3bc43a9c2f2502c40ca530bf17419 /t/t9112-git-svn-md5less-file.sh
parent4bf9f27dfb4ed6fd67a9bfc6f80e10b8c6980c85 (diff)
t9112: add missing #!/bin/sh header
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9112-git-svn-md5less-file.sh')
-rwxr-xr-xt/t9112-git-svn-md5less-file.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9112-git-svn-md5less-file.sh b/t/t9112-git-svn-md5less-file.sh
index 08313bb545..646a5f0cdb 100755
--- a/t/t9112-git-svn-md5less-file.sh
+++ b/t/t9112-git-svn-md5less-file.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
test_description='test that git handles an svn repository with missing md5sums'
. ./lib-git-svn.sh