Alias recursion hotfix 2
- Apr 14, 2019
-
-
Monster Iestyn authored
Detect infinite alias self-recursion mixed with other commands, such as in the case of `alias a "echo test; a"; a`. (Unfortunately, this does not work if "wait" is used instead of "echo", but oh well)
797ca99f
-