-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tzselect: work around an old BusyBox awk bug
Patch by Patrick 'P. J.' McDermott in <http://mm.icann.org/pipermail/tz/2013-October/020444.html>. * tzselect.ksh: Replace awk -F options with FS assignments. Before version 1.21.0, BusyBox awk didn't unescape the argument to the -F option. As a result, tzselect couldn't parse tables with such versions of BusyBox awk. See <https://bugs.busybox.net/show_bug.cgi?id=5126> and <http://git.busybox.net/busybox/commit?id=ea664dd>. * NEWS: Document this.
- Loading branch information
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters