-
Notifications
You must be signed in to change notification settings - Fork 94
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
for f in $(a; b); do :; done
not supported
#4
Comments
Can you give a complete example? One of the links on the front page is for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l 2>/dev/null;
|
Sorry for making such premature conclusion on the title. |
Tracked down to |
for f in $(a; b); do :; done
not supported
It seems like any command substitution with a comma doesn't work, even |
Hmm. Backtick ones work though. |
Yeah, I'll have to walk through the code with a debugger to see what's wrong. ETA: unknown. :( |
Wow. |
This happens on explainshell.com.
The text was updated successfully, but these errors were encountered: