Skip to content
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

Solaris 10 tar: z: unknown function modifier #481

Closed
teschulz opened this issue Dec 20, 2016 · 1 comment
Closed

Solaris 10 tar: z: unknown function modifier #481

teschulz opened this issue Dec 20, 2016 · 1 comment

Comments

@teschulz
Copy link

On Solaris 10, tar fails with tar: z: unknown function modifier. The code involved is:

_info "Extracting $localname"
tar xzf $localname

But Solaris 10 tar does not understand modifier 'z'. As I have the gnu utilities installed, I just
replaced tar with gtar. But perhaps a better fix would be to use gzcat piped into tar.

I don't know if the tar in later versions of Solaris understand 'z' or not.

@Neilpang
Copy link
Member

The z options is also working on my solaris machine.

Anyway, I will try to fix it later.

Neilpang pushed a commit that referenced this issue Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants