diff options
-rw-r--r-- | eshld/eshrt.esh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eshld/eshrt.esh b/eshld/eshrt.esh index 14f634b..78c51e1 100644 --- a/eshld/eshrt.esh +++ b/eshld/eshrt.esh @@ -207,7 +207,7 @@ __local() done } -static() +__static() { case "${__tu}" in '') printf 'Error: Cannot declare static variables in functions' >&2 |