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

fix package script to include hidden files (unless ignored) #10

Merged

Conversation

SillyFreak
Copy link
Contributor

using * to move all files in a directory is faulty because * does not enumerate hidden files. use shopt -s dotglob to fix this

@jamesrswift
Copy link
Member

What sort of hidden files are you thinking of?

@SillyFreak
Copy link
Contributor Author

Just in general. I was working on another new feature and noticed that top-level hidden files were ignored in general, independent of the Typst ignore. It's just for completeness, even if real packages would ordinarily not have any.

@jamesrswift
Copy link
Member

Fair fair :)

@jamesrswift jamesrswift merged commit 1195445 into typst-community:main Jun 9, 2024
1 check passed
@SillyFreak SillyFreak deleted the fix-hidden-file-handling branch June 9, 2024 09:56
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

Successfully merging this pull request may close these issues.

2 participants