fix undefined issue introduced by merging code
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 21 Aug 2012 08:42:10 +0000 (16:42 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 21 Aug 2012 08:42:10 +0000 (16:42 +0800)
gitbuildsys/cmd_build.py

index 24ff7df..ef5099f 100644 (file)
@@ -279,7 +279,7 @@ def do(opts, args):
     except GitRepositoryError, err:
         msger.error(str(err))
 
-    utils.gitStatusChecker(repo, opts)
+    utils.git_status_checker(repo, opts)
     workdir = repo.path
 
     hostarch = get_hostarch()