We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know why yet exactly why but the prefix folder in the following archive is not stripped correctly.
If I run the tar xzvf --strip-components=0 or --strip-components=1 I still get the "moodle" sub-folder. --strip-components=2 does strip it though.
If I try to run tar -tzvf you can see that all files are prefixed with "./" which might be the reasons of the difference.
tar -tzvf
ark "moodle" do url "http://downloads.sourceforge.net/project/moodle/Moodle/stable24/moodle-latest-24.tgz?r=&ts=1362482456&use_mirror=heanet" version '2.4.1' action :install end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't know why yet exactly why but the prefix folder in the following archive is not stripped correctly.
If I run the tar xzvf --strip-components=0 or --strip-components=1 I still get the "moodle" sub-folder. --strip-components=2 does strip it though.
If I try to run
tar -tzvf
you can see that all files are prefixed with "./" which might be the reasons of the difference.The text was updated successfully, but these errors were encountered: