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-commit5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build/tools/pre-commit b/src/build/tools/pre-commit
index 013e42329..ed0187771 100755
--- a/src/build/tools/pre-commit
+++ b/src/build/tools/pre-commit
@@ -23,5 +23,6 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-
-$TOOLSDIR/pre-commit-actions
+if [ -z $MIRROR ]; then
+ $TOOLSDIR/pre-commit-actions
+fi
OpenPOWER on IntegriCloud