Skip to content
Snippets Groups Projects
Commit c1b41263 authored by Dave Cooper's avatar Dave Cooper Committed by Francois-Rene Rideau
Browse files

fixed outer case for allegro

parent 226b19c8
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ case "$lisp" in ...@@ -166,7 +166,7 @@ case "$lisp" in
flags="--noinit --nosystem --noinform" flags="--noinit --nosystem --noinform"
eval="--eval" eval="--eval"
;; ;;
allegro|allegro8|allegromodern|allegromodern8) allegro*)
case "$lisp" in case "$lisp" in
allegro) command="${ALLEGRO:-alisp}" ;; allegro) command="${ALLEGRO:-alisp}" ;;
allegro8) command="${ALLEGRO8:-alisp8}" ;; allegro8) command="${ALLEGRO8:-alisp8}" ;;
...@@ -184,7 +184,6 @@ case "$lisp" in ...@@ -184,7 +184,6 @@ case "$lisp" in
allegro8_64_s) command="${ALLEGRO8_64_S:-alisp8_64_s}" ;; allegro8_64_s) command="${ALLEGRO8_64_S:-alisp8_64_s}" ;;
allegromodern_64_s) command="${ALLEGROMODERN_64_S:-mlisp_64_s}" ;; allegromodern_64_s) command="${ALLEGROMODERN_64_S:-mlisp_64_s}" ;;
allegromodern8_64_s) command="${ALLEGROMODERN8_64_S:-mlisp8_64_s}" ;; allegromodern8_64_s) command="${ALLEGROMODERN8_64_S:-mlisp8_64_s}" ;;
esac esac
flags="-q" flags="-q"
nodebug="-batch" nodebug="-batch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment