summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshtrans/eshrt/eshrtbegin.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eshtrans/eshrt/eshrtbegin.esh b/eshtrans/eshrt/eshrtbegin.esh
index 95e3cdf..eb0d517 100644
--- a/eshtrans/eshrt/eshrtbegin.esh
+++ b/eshtrans/eshrt/eshrtbegin.esh
@@ -199,7 +199,7 @@ __local()
esac
case "${__var}" in [!A-Za-z_]* | *[!0-9A-Za-z_]*)
printf 'Syntax error: %s %s\n' \
- 'illegal static variable name:' "${__var}" >&2
+ 'illegal local variable name:' "${__var}" >&2
exit 1
;; esac
eval "${__var}=\${__val}"