-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Implement shopt -s dotglob in OSH, glob() enhancements in YSH #610
Comments
There's a failing spec test for this in
|
Demo
|
man glob
|
There's a good amount of horror to be seen here: https://superuser.com/questions/352289/bash-scripting-test-for-empty-directory! It's like a one-page summary of why ysh is needed all by itself. I tried writing an "empty directory" test in ysh (0.21.0), but hit this issue:
Not critical or anything, just a FYI. |
OK interesting
I didn't know this was the behavior of glob I think there are two different things here
|
Test case: HTH! |
Related to #609 and #552
This should just be a libc flag change. Maybe wait until after translation is done?
The text was updated successfully, but these errors were encountered: