summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-02 23:08:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-02 23:08:05 +0000
commitddeecc1fe7ccfb130975c7027ee3bd95214a12e8 (patch)
treeb62cf6fbc998c63d4a0606a8f27bad06a6ea1ef7 /hints
parente45b21abb8d1285dcc9ad076dbef8725daa205dc (diff)
downloadperl-ddeecc1fe7ccfb130975c7027ee3bd95214a12e8.tar.gz
(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
Diffstat (limited to 'hints')
-rw-r--r--hints/beos.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/beos.sh b/hints/beos.sh
index 34a5eb8190..e1d3b2da25 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