Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-14
2004-05-14 09:13:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6332dcfb21493a31e1d98e113812abfd04508785 (
14
lines) (+
8
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
Only pass along --once to roxenloader.
No need to set LC_COLLATE.
Rev: server/start:1.219
1:
#!/bin/sh #
-
# $Id: start,v 1.
218
2004/05/14
07
:
37
:
26
noring
Exp $
+
# $Id: start,v 1.
219
2004/05/14
09
:
13
:
50
grubba
Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
69:
LOCALDIR=../local SELF_TEST_DIR=etc/test
-
# Disable buggy sorting by forcing LC_COLLATE to C.
-
LC_COLLATE=C
-
export LC_COLLATE
-
+
# Make LOCALDIR an absolute path if test -d $LOCALDIR/.; then LOCALDIR="`cd $LOCALDIR; pwd`"
535:
parse_args "$@" if [ "$once" = "" ]; then :; else
+
# Once-mode.
+
if [ "$passhelp" = "" ]; then
+
# We're not using --program.
+
# Pass --once along to roxenloader.
pass="$pass --once=$once" fi
-
+
fi
# The work has already been done above, but the debug printout is better # to have _after_ parse_args (consider --help and --version)