Merged Alex Miller's git-config-not-found patch
authorAlex Miller <alex55miller@gmail.com>
Tue, 14 Jul 2009 10:22:54 +0000 (06:22 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 10:22:54 +0000 (06:22 -0400)
test_usage.sh

index 05832d3edf841612c9b1b583a12ef58fa8d33a74..48d572d304091ba7c5dad80e899f9e1f87096fc7 100755 (executable)
@@ -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" ]