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.
1 parent 33e5d8c commit 33fe0f6Copy full SHA for 33fe0f6
scripts/ci_test_dapp.sh
@@ -4,7 +4,7 @@
4
5
# work around having two python versions loading libraries from each other in CI
6
OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
7
-alias crytic-compile="LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile"
+alias crytic-compile='LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile'
8
unset LD_LIBRARY_PATH
9
10
DIR=$(mktemp -d)
0 commit comments