(retracted by #12871)
Jarkko Hietaniemi [Fri, 2 Nov 2001 23:08:05 +0000 (23:08 +0000)]
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

index 34a5eb8..e1d3b2d 100644 (file)
@@ -54,3 +54,7 @@ export PATH="$PATH:$PWD/beos"
 case "$ldlibpthname" in
 '') ldlibpthname=LIBRARY_PATH ;;
 esac
+
+case "$csh" in
+'') csh='bash' ;;
+esac