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

sh regular expression capability #37

Closed
csoeger opened this issue May 7, 2016 · 1 comment
Closed

sh regular expression capability #37

csoeger opened this issue May 7, 2016 · 1 comment

Comments

@csoeger
Copy link
Contributor

csoeger commented May 7, 2016

My sh does not understand the wildcard expression on line 514

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.

@fingolfin
Copy link
Member

Ouch. Thanks for the report, will fix.

Yet another reason to rewrite this whole tool in python to increase portability...

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