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
My sh does not understand the wildcard expression on line 514
sh
cp "$TMP_DIR/$BASENAME/doc"/*.{css,html,js,txt} doc/
leading to the error
cp: cannot stat ‘/home/csoeger/gap/pkg/NormalizInterface/tmp/NormalizInterface-0.9.8/doc/*.{css,html,js,txt}’: No such file or directory
It does work with bash. I'm using Ubuntu 15.10.
The text was updated successfully, but these errors were encountered:
Ouch. Thanks for the report, will fix.
Yet another reason to rewrite this whole tool in python to increase portability...
Sorry, something went wrong.
d7a27fc
No branches or pull requests
My
sh
does not understand the wildcard expression on line 514cp "$TMP_DIR/$BASENAME/doc"/*.{css,html,js,txt} doc/
leading to the error
cp: cannot stat ‘/home/csoeger/gap/pkg/NormalizInterface/tmp/NormalizInterface-0.9.8/doc/*.{css,html,js,txt}’: No such file or directory
It does work with bash. I'm using Ubuntu 15.10.
The text was updated successfully, but these errors were encountered: