Do not use $SHELL to invoke our scripts
authormalc <av1474@comtv.ru>
Tue, 11 Aug 2009 19:15:52 +0000 (23:15 +0400)
committermalc <av1474@comtv.ru>
Tue, 11 Aug 2009 19:15:52 +0000 (23:15 +0400)
commit971c47ccbb0792a934262a517b8bb6ba0bb9906f
tree89cd1380106bae7a109fe4920232f6981e0da708
parent98f9f48ccb1276d2fc3bcf4592cc1febea796e4b
Do not use $SHELL to invoke our scripts

http://www.opengroup.org/onlinepubs/7990989775/xbd/envvar.html

<quote>
SHELL
    A pathname of the user's preferred command language
    interpreter. If this interpreter does not conform to the XSI Shell
    Command Language in the XCU specification, Shell Command Language,
    utilities may behave differently from those described in this
    specification set.
</quote>

So using shells for users who prefer csh variants is a no go.
configure