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 6e0df9b commit f6791c5Copy full SHA for f6791c5
1 file changed
deps/build.sh
@@ -719,7 +719,7 @@ then
719
echo -e "${COLOR_INFO}configuring it${COLOR_DOTS}...${COLOR_RESET}"
720
cd openssl
721
eval git fetch
722
- git checkout --detach -- "$OPENSSL_GIT_REF"
+ git checkout --detach "$OPENSSL_GIT_REF"
723
if [[ "$ARCH" = "x86_or_x64" || "$ARCH" = "wasm32-emscripten" ]];
724
then
725
if [ "$UNIX_SYSTEM_NAME" = "Darwin" ];
0 commit comments