We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-E
-P
1 parent 319a924 commit 66453d9Copy full SHA for 66453d9
libevm/tooling/release/cherrypick.sh
@@ -27,7 +27,7 @@ set -o pipefail;
27
28
SELF_DIR=$(dirname "${0}")
29
# The format of the `cherrypicks` file is guaranteed by a test so we can use simple parsing here.
30
-CHERRY_PICKS=$(< "${SELF_DIR}/cherrypicks" grep -Pv "^#" | awk '{print $1}')
+CHERRY_PICKS=$(< "${SELF_DIR}/cherrypicks" grep -Ev "^#" | awk '{print $1}')
31
32
commits=()
33
for commit in ${CHERRY_PICKS}; do
0 commit comments