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 fec5d99 commit 6c2b884Copy full SHA for 6c2b884
package-arduino-preprocessor.bash
@@ -45,7 +45,7 @@ function fetch_llvm {
45
fi
46
keyfile=$(mktemp --suffix=.gpg)
47
gpg2 --yes -o "$keyfile" --dearmor "arduino_sources_gpg_pubkey.asc"
48
- gpg2 --status-fd 1 --no-default-keyring --keyring "$keyfile" --trust-model always --verify "$fetched.sig"
+ gpg2 --status-fd 1 --no-default-keyring --keyring "$keyfile" --trust-model always --verify "$fetched.asc"
49
rm "$keyfile"
50
51
rm -rf clang
0 commit comments