Volker Quetschke wrote:
> Hans-Joachim Lankenau wrote:

>> tcsh is still the default shell here for all builds not done on windows.
>> removing tcsh support would mean quite some impact here and doing so
>> without need doesn't sound reasonable to me.
> 
> Ah! That is why I asked, I didn't now that. Unfortunately there is no
> way of knowing how the "official" OOo builds are made (part of a problem
> currently discussed somewhere else ;) ) than asking.
> 
> Anyway, no it is easy enough *not* to change anything in this respect :)
> I just thought I asked because nowrapcmd1 touches tome of this bash/tcsh
> stuff.
> 
> Anyway, it would be interesting to know who outside of Hamburg uses
> tcsh.

Tcsh or csh is still the default shell on a lot of unix-like operating
systems (non-Linux).  And typically for these OS'es, bash must be
installed separately.

That said, there are those who believe you should never script in csh.

http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

If the goal is to have build scripts that work everywhere, it would be
better to use /bin/sh, e.g. bourne, not bash.  Almost every unix and
unix-like operating system ships with /bin/sh and the results are very
predictable.

I try to write all my shell scripts in sh although occasionally some
features of bash force me to use /bin/bash.

Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to