zcsizmadia commented on pull request #1570: URL: https://github.com/apache/avro/pull/1570#issuecomment-1062244773
Added `cd "$(dirname "$0")"` to the top of the build.sh scripts. Previously it was inconsistent , some scripts had it, some did not. If the build.sh is executed from tha lang folder where the build.sh script is, it has no effect. If the build.sh script is executed from a different folder, it will change into the proper folder and make sure the scripts will work. E.g. `lang/csharp/build.sh dist` will work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
