summaryrefslogtreecommitdiffstats
path: root/src/build/tools/post-commit
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/post-commit')
-rwxr-xr-xsrc/build/tools/post-commit10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/build/tools/post-commit b/src/build/tools/post-commit
index 42eaa9928..ab0f6ad1e 100755
--- a/src/build/tools/post-commit
+++ b/src/build/tools/post-commit
@@ -6,7 +6,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,8 +24,4 @@
#
# IBM_PROLOG_END_TAG
-. git-sh-setup
-export GIT_DIR=$GIT_DIR
-export TOOLS_DIR=$GIT_DIR/../src/build/tools
-
-$TOOLS_DIR/verify-commit
+$TOOLSDIR/verify-commit
OpenPOWER on IntegriCloud