-
-
Save d630/69a65e8ef50f84912e574ea9a2be0400 to your computer and use it in GitHub Desktop.
zsh: nested function definition with reserved word "function" and arithmetic compound as body
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn () { | |
function fn ((1)) | |
function fn ((1)) 2>/dev/null | |
} | |
functions fn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use instead
function fn ()
: