Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-24
2000-03-24 20:08:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a7b8d7a65df9fd8672d1df556cc4555a7fe0df62 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Paranoia fix.
Rev: server/start:1.102
1:
#!/bin/sh #
-
# $Id: start,v 1.
101
2000/03/24 20:08:
14
grubba Exp $
+
# $Id: start,v 1.
102
2000/03/24 20:08:
37
grubba Exp $
pre="`echo \" $$ \" | sed -e 's/\(.........\)\(.*\)/\1/g'` :"
16:
LOCALDIR=../local/ # Make LOCALDIR an absolute path
-
if test -d $LOCALDIR; then
+
if test -d $LOCALDIR
/.
; then
LOCALDIR=`cd $LOCALSIR; pwd` else :; fi