Loading envsetup.sh +6 −0 Original line number Diff line number Diff line Loading @@ -1831,6 +1831,12 @@ function makerecipe() { } function cmgerrit() { if [ "$(__detect_shell)" == "zsh" ]; then # zsh does not define FUNCNAME, derive from funcstack local FUNCNAME=$funcstack[1] fi if [ $# -eq 0 ]; then $FUNCNAME help return 1 Loading Loading
envsetup.sh +6 −0 Original line number Diff line number Diff line Loading @@ -1831,6 +1831,12 @@ function makerecipe() { } function cmgerrit() { if [ "$(__detect_shell)" == "zsh" ]; then # zsh does not define FUNCNAME, derive from funcstack local FUNCNAME=$funcstack[1] fi if [ $# -eq 0 ]; then $FUNCNAME help return 1 Loading