Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YES

case got lost.
This commit is contained in:
Sheldon Hearn 2000-08-18 09:43:18 +00:00
parent 26007eb801
commit 81703d7fac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64817
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ case ${ibcs2_enable} in
done
;;
esac
;;
esac
case ${xtend_enable} in

View File

@ -42,6 +42,7 @@ case ${ibcs2_enable} in
done
;;
esac
;;
esac
case ${xtend_enable} in