diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-28 14:31:35 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-28 14:31:35 (EST) |
commit | d4e056ec232e0cb709ec37fb0b249b9e6b7d2778 (patch) | |
tree | 3b27f3edc804ba1b491641352da89fda5e38e010 /eshld | |
parent | 4a062ead02009908c93dba35a186af7986c90df4 (diff) | |
download | eggshell-d4e056ec232e0cb709ec37fb0b249b9e6b7d2778.zip eggshell-d4e056ec232e0cb709ec37fb0b249b9e6b7d2778.tar.gz eggshell-d4e056ec232e0cb709ec37fb0b249b9e6b7d2778.tar.bz2 |
eshld/eshrt: Rename static() to __static()
Diffstat (limited to 'eshld')
-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 |