Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The issue was that awk was performing the comparison with limited precision, which could lead to incorrect results with very small differences. - This modification passes the $SYNCED value to awk as a variable, which avoids potential issues with shell variable expansion inside the awk command. It should correctly handle the floating-point comparison.
- Loading branch information