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
asdf
asdf
Commits
c1b41263
Commit
c1b41263
authored
Dec 08, 2013
by
Dave Cooper
Committed by
Francois-Rene Rideau
Dec 08, 2013
Browse files
fixed outer case for allegro
parent
226b19c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
c1b41263
...
...
@@ -166,7 +166,7 @@ case "$lisp" in
flags
=
"--noinit --nosystem --noinform"
eval
=
"--eval"
;;
allegro
|allegro8|allegromodern|allegromodern8
)
allegro
*
)
case
"
$lisp
"
in
allegro
)
command
=
"
${
ALLEGRO
:-
alisp
}
"
;;
allegro8
)
command
=
"
${
ALLEGRO8
:-
alisp8
}
"
;;
...
...
@@ -184,7 +184,6 @@ case "$lisp" in
allegro8_64_s
)
command
=
"
${
ALLEGRO8_64_S
:-
alisp8_64_s
}
"
;;
allegromodern_64_s
)
command
=
"
${
ALLEGROMODERN_64_S
:-
mlisp_64_s
}
"
;;
allegromodern8_64_s
)
command
=
"
${
ALLEGROMODERN8_64_S
:-
mlisp8_64_s
}
"
;;
esac
flags
=
"-q"
nodebug
=
"-batch"
...
...
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