Hi,

when I tried a build using ksh93 as $SHELL, it complains about obsolete constructs such as backtrick, etc.

/opt/ast-2011-02-08.3/src/cmd/INIT/hurl.sh: warning: line 27: `...` obsolete, use $(...) /opt/ast-2011-02-08.3/src/cmd/INIT/hurl.sh: warning: line 29: ' quote may be missing

How about to check for an environment variable such as KSH93_TRADITIONAL=1 (non strict if 1),
KSH93_PEDANTIC=0 or KSH93_STRICT=0 (non strict if 0), or an _AST_FEATURES ?

In the later case, should the feature be KSH93_ prefixed ?

So, you may add something like _AST_FEATURES="TRADITIONAL - 1 ${_AST_FEATURES}" or _AST_FEATURES="PEDANTIC - 0 ${_AST_FEATURES}" to every bootstrap script to avoid such
warnings...

Regards,

Cyrille Lefevre
--
mailto:[email protected]

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to