Skip to content

Commit

Permalink
Merge branch 'lukas/erts/fix-wsl2-MM/OTP-19300' into maint
Browse files Browse the repository at this point in the history
* lukas/erts/fix-wsl2-MM/OTP-19300:
  erts: Fix cc.sh -MM on wsl 2
  • Loading branch information
garazdawi committed Oct 17, 2024
2 parents be0bf69 + be37510 commit 9e49cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/etc/win32/wsl_tools/vc/cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ while (<FH>) {
}
flushDeps();
' $MSG_FILE "$MPATH"

RES=$?
rm -f $ERR_FILE $MSG_FILE
else
# Compile
Expand Down

0 comments on commit 9e49cd8

Please sign in to comment.