summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a74b170)
raw | patch | inline | side by side (parent: a74b170)
author | Jason Riedy <ejr@EECS.Berkeley.EDU> | |
Tue, 16 Jan 2007 01:31:49 +0000 (17:31 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 16 Jan 2007 02:57:48 +0000 (18:57 -0800) |
My bash refused to run the two scripts missing a #!, and it's
better to use the same line for all the scripts.
Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
better to use the same line for all the scripts.
Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t9102-git-svn-deep-rmdir.sh | patch | blob | history | |
t/t9103-git-svn-graft-branches.sh | patch | blob | history | |
t/t9200-git-cvsexportcommit.sh | patch | blob | history |
index 572aaedc06986505ff7b16b5553632051dfa2c58..4e0808380fea78061e37bc4308f0d7ffeb1cbf5f 100755 (executable)
+#!/bin/sh
test_description='git-svn rmdir'
. ./lib-git-svn.sh
index b5f76770213a99f22a66441aebdc94fcd85070a7..4e55778a47e8423383562a6b45288ff62649318a 100755 (executable)
+#!/bin/sh
test_description='git-svn graft-branches'
. ./lib-git-svn.sh
index 315119abff31bfe7cdb85e0d7f2d29f5cf89a8b5..fd0a5549fe31510ae33fc86d2aa79051f1b1f6da 100755 (executable)
-#!/bin/bash
+#!/bin/sh
#
# Copyright (c) Robin Rosenberg
#