summaryrefslogtreecommitdiffstats
path: root/src/build/tools/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/pre-commit')
-rwxr-xr-xsrc/build/tools/pre-commit21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/build/tools/pre-commit b/src/build/tools/pre-commit
index 8d6e3006a..121f286c8 100755
--- a/src/build/tools/pre-commit
+++ b/src/build/tools/pre-commit
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2016
# [+] International Business Machines Corp.
#
#
@@ -23,14 +23,13 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-if [ -z $MIRROR ]; then
- if [ -f $TOOLSDIR/pre-commit-actions ]; then
- $TOOLSDIR/pre-commit-actions
- # Legacy support for older releases
- elif [ -f $TOOLSDIR/pre-commit-prologs ]; then
- $TOOLSDIR/pre-commit-prologs
- else
- echo "Missing pre-commit files"
- exit -1
- fi
+
+if [ -f $TOOLSDIR/pre-commit-actions ]; then
+ $TOOLSDIR/pre-commit-actions
+# Legacy support for older releases
+elif [ -f $TOOLSDIR/pre-commit-prologs ]; then
+ $TOOLSDIR/pre-commit-prologs
+else
+ echo "Missing pre-commit files"
+ exit -1
fi
OpenPOWER on IntegriCloud