aboutsummaryrefslogtreecommitdiffstats
path: root/test_usage.sh
diff options
context:
space:
mode:
authorAlex Miller <alex55miller@gmail.com>2009-07-14 06:22:54 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-14 06:22:54 -0400
commit17fd19f7603b095eda4a8a0ac4b74372832ef8d2 (patch)
tree95412f9eef1b5a7df64cbcd4f2e53398bea49b72 /test_usage.sh
parent17adbfb1c04684b986bf2c97cc4fa5197198aadc (diff)
downloadbugseverywhere-17fd19f7603b095eda4a8a0ac4b74372832ef8d2.tar.gz
Merged Alex Miller's git-config-not-found patch
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-xtest_usage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_usage.sh b/test_usage.sh
index 05832d3..48d572d 100755
--- a/test_usage.sh
+++ b/test_usage.sh
@@ -75,8 +75,8 @@ then
darcs init
elif [ "$RCS" == "git" ]
then
- NAME=`git-config user.name`
- EMAIL=`git-config user.email`
+ NAME=`git config user.name`
+ EMAIL=`git config user.email`
ID="$NAME <$EMAIL>"
git init
elif [ "$RCS" == "hg" ]