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.
set -x
1 parent bf409f2 commit 4ee7ba3Copy full SHA for 4ee7ba3
.github/workflows/diff_from_libevm-base.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -u;
+set -ux;
4
5
git checkout "${1}";
6
git diff --diff-filter=a --word-diff --unified=0 libevm-base.."${1}" \
0 commit comments