We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0772d0 + ce31043 commit 56aaa64Copy full SHA for 56aaa64
config.sh
@@ -2,7 +2,7 @@
2
3
param1=${1:-}
4
5
-export RUST_COMMIT=051478957371ee0084a7c0913941d2a8c4757bb9
+export RUST_COMMIT=$(cat rust_commit.txt)
6
7
# If -rust_commit specified then only export the rust commit variable
8
if [ "$param1" == "-rust_commit" ]; then
rust_commit.txt
@@ -0,0 +1 @@
1
+051478957371ee0084a7c0913941d2a8c4757bb9
0 commit comments