diff options
author | Alex Miller <alex55miller@gmail.com> | 2009-07-14 06:22:54 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-14 06:22:54 -0400 |
commit | 17fd19f7603b095eda4a8a0ac4b74372832ef8d2 (patch) | |
tree | 95412f9eef1b5a7df64cbcd4f2e53398bea49b72 /test_usage.sh | |
parent | 17adbfb1c04684b986bf2c97cc4fa5197198aadc (diff) | |
download | bugseverywhere-17fd19f7603b095eda4a8a0ac4b74372832ef8d2.tar.gz |
Merged Alex Miller's git-config-not-found patch
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-x | test_usage.sh | 4 |
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" ] |