Question
Version 2.13 of koalaskin-generate is looping endlessly when I run it for the second time.
I downloaded the most recent version on Friday 20/2 to try it out, and set it up with a generated WebList, and all was fine. Then I did an ambitious rewrite of my WebList and koalaskin-generate won't work any more, after a few seconds it hangs for, well, over an hour before I gave up

Yeah I probably a mess in there and deserved a sharp error message. But wait...
Looking at the script on line 493
*) check_options=false;;
I wonder if that is failing to trigger line 449
while $check_options; do
in the manner that was intended.
(Echo statements revealed that particular while loop to be the one that never ends.)
If my bash-reading is correct, I'd only confuse myself more by pressing on.
If not, then I'm not sure what to do next.
Environment
--
SueBlake - 24 Feb 2004
More info
One of my three EMPTY groups had no comment after the word EMPTY.
After I added a comment, koalaskin-generate worked.
The comment is indicated as optional. Is this a gotcha, a bug, or a doc bug?
--
SueBlake - 24 Feb 2004
Answer