Pass multiple pattern args in logs-deploy.sh
[releng/global-jjb.git] / shell / gpg-verify-git-signature.sh
index b26359e..9970fcc 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# @License EPL-1.0 <http://spdx.org/licenses/EPL-1.0>
+# SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2016 The Linux Foundation and others.
 #
@@ -10,7 +10,7 @@
 ##############################################################################
 echo "---> gpg-verify-git-signature.sh"
 
-if git log --show-signature -1 | egrep -q 'gpg: Signature made.*key ID'; then
+if git log --show-signature -1 | grep -E -q 'gpg: Signature made.*key ID'; then
    echo "Git commit is GPG signed."
 else
    echo "WARNING: GPG signature missing for the commit."