summaryrefslogtreecommitdiffstats
path: root/eshld
diff options
context:
space:
mode:
authorP. 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)
commitd4e056ec232e0cb709ec37fb0b249b9e6b7d2778 (patch)
tree3b27f3edc804ba1b491641352da89fda5e38e010 /eshld
parent4a062ead02009908c93dba35a186af7986c90df4 (diff)
downloadeggshell-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.esh2
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