diff options
Diffstat (limited to 'shells/ksh93/pkg-descr')
-rw-r--r-- | shells/ksh93/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/ksh93/pkg-descr b/shells/ksh93/pkg-descr index ee3150bac1cd..bf8e86bc812d 100644 --- a/shells/ksh93/pkg-descr +++ b/shells/ksh93/pkg-descr @@ -11,3 +11,8 @@ in performance. In addition, "sh" scripts can be run on KSH-93 without modification. WWW: http://www.kornshell.com/ + +Known problem: Defining the LC_NUMERIC environment variable, or +any locale setting by which it is implied (LANG, LC_ALL), will cause +ksh93 to crash. LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, +and LC_TIME are safe. |