You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike a command substitution, a process substitution always becomes a separate argument, even if not surrounded by whitespace. This problem is present in all ksh versions.
Unlike a command substitution, a process substitution always becomes a separate argument, even if not surrounded by whitespace. This problem is present in all ksh versions.
This breaks GNU-style long options, as reported by @ScottRochford in att#1487:
The text was updated successfully, but these errors were encountered: