Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
eb30a7c1
Commit
eb30a7c1
authored
Sep 04, 2002
by
Per Cederqvist
Browse files
Process all options, not just the first. Remove debug statements.
parent
b731057b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
eb30a7c1
...
...
@@ -40,7 +40,7 @@
compiler
=
default
compat
=
false
while
[
$#
-gt
1
]
while
[
$#
-gt
0
]
do
case
"
$1
"
in
--compat
)
compat
=
true
;
shift
;;
...
...
@@ -49,13 +49,11 @@ do
done
if
$compat
then
echo
bad: this is a compat build
then
:
else
rm
-rf
r
mkdir
r
exec
>
r/shlog.txt 2>&1
echo
good: this is not a compat build
fi
VERS
=
`
echo
lyskom-server
*
tar.gz|sed s/lyskom-server-//|sed s/.tar.gz//
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment