You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Makefile): use POSIX tar syntax for stdin (#529)
Issue #, if available:
*Description of changes:*
In x mode, all POSIX-compliant versions of tar require -f to read the
input archive from somewhere other than the default. Some machines (e.g.
Windows) may not have the GNU version of tar installed.
*Testing done:*
- [X] I've reviewed the guidance in CONTRIBUTING.md
#### License Acceptance
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Signed-off-by: Gavin Inglis <[email protected]>
0 commit comments