Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
1998-11-06
1998-11-06 02:57:53 by Marcus Comstedt <marcus@mc.pp.se>
cbced938415d440546ac8ae4385c4d1cef4c8679 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Made spelling of --once more negotiable. :-)
Rev: server/start:1.53
1:
#!/bin/sh #
-
# $Id: start,v 1.
52
1998/
10
/
31
23
:
43
:
48
grubba
Exp $
+
# $Id: start,v 1.
53
1998/
11
/
06
02
:
57
:
53
marcus
Exp $
VERSION=202; BETA=.b;
151:
'--once') once=1 ;;
+
# Misspelling --once might give undesirable results, so let's accept
+
# some "creative" spellings... :-)
+
'--onve'|'--onec'|'--onev')
+
once=1
+
;;
'--gdb') gdb=gdb once=1