From ddeecc1fe7ccfb130975c7027ee3bd95214a12e8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 2 Nov 2001 23:08:05 +0000 Subject: [PATCH] (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 --- hints/beos.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4