summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92a903a)
raw | patch | inline | side by side (parent: 92a903a)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Mar 2006 06:10:26 +0000 (22:10 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Mar 2006 06:10:26 +0000 (22:10 -0800) |
Just I am old fashioned. Source inclusion in bourne shell is
"." (dot), not "source" -- that's csh.
[jc: yes I know bash groks it, but I am old fashioned.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
"." (dot), not "source" -- that's csh.
[jc: yes I know bash groks it, but I am old fashioned.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t8001-annotate.sh | patch | blob | history | |
t/t8002-blame.sh | patch | blob | history |
diff --git a/t/t8001-annotate.sh b/t/t8001-annotate.sh
index 9e5a04b0f93fca15628acc93d4c2dcb896cba0d6..2496397da3c335997779bae43ba37ec6d32810de 100755 (executable)
--- a/t/t8001-annotate.sh
+++ b/t/t8001-annotate.sh
. ./test-lib.sh
PROG='git annotate'
-source ../annotate-tests.sh
+. ../annotate-tests.sh
test_done
diff --git a/t/t8002-blame.sh b/t/t8002-blame.sh
index 1036c54d303f31171afb49fadf6f46076635d31d..97773939962187b4a27176e9bcb5104652ba3853 100755 (executable)
--- a/t/t8002-blame.sh
+++ b/t/t8002-blame.sh
. ./test-lib.sh
PROG='git blame -c'
-source ../annotate-tests.sh
+. ../annotate-tests.sh
test_done