projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e45b21a
)
(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
patch
|
blob
|
blame
|
history
diff --git
a/hints/beos.sh
b/hints/beos.sh
index
34a5eb8
..
e1d3b2d
100644
(file)
--- 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