-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/update-authors.sh doesn't work on OSX #1120
Labels
help wanted
Issues that need assistance from volunteers or PRs that need help to proceed.
Comments
rvagg
added
the
help wanted
Issues that need assistance from volunteers or PRs that need help to proceed.
label
Mar 10, 2015
I think I've spotted a gawk-ism in there. I'll take a look. |
+1, had this same issue once. |
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Mar 11, 2015
And by cross-platform I mean Linux and OS X. The awk script is not compatible with BSD awk, that's why this commit changes it to perl. Update the .mailmap to remove some duplicates and regenerate the AUTHORS file. Fixes: nodejs#1120 PR-URL: nodejs#1121 Reviewed-By: Rod Vagg <rod@vagg.org>
Fixed by d33a647. |
This was referenced Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If someone has the time to shave this yak it would be greatly appreciated.
The update-authors.sh script works fine on Linux but not on OSX where the file gets jumbled. I believe the problem is that the OSX version of awk doesn't maintain natural sorting like the Linux one does. This is frustrating for me since I split my time between my OSX and Linux computers but can only run this on Linux.
-1 to rewriting this in JavaScript btw, I'd like to see a scripting solution, preferably with minimal changes to the existing script, although I don't know if that's even possible.
The text was updated successfully, but these errors were encountered: