From: Jarkko Hietaniemi Date: Fri, 2 Nov 2001 23:08:05 +0000 (+0000) Subject: (retracted by #12871) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddeecc1fe7ccfb130975c7027ee3bd95214a12e8;p=p5sagit%2Fp5-mst-13.2.git (retracted by #12871) There is no csh of any kind in default BeOS. For the purposes of miniperl globbing, bash will do. p4raw-id: //depot/perl@12824 --- diff --git a/hints/beos.sh b/hints/beos.sh index 34a5eb8..e1d3b2d 100644 --- a/hints/beos.sh +++ b/hints/beos.sh @@ -54,3 +54,7 @@ export PATH="$PATH:$PWD/beos" case "$ldlibpthname" in '') ldlibpthname=LIBRARY_PATH ;; esac + +case "$csh" in +'') csh='bash' ;; +esac