OpenSecEd / templates

Templates for various files
Other
0 stars 0 forks source link

texgen: Investigate bug hanging when "$@" is used instead of $@ or $* #2

Closed dbosk closed 7 years ago

dbosk commented 7 years ago

For some reason the script hangs at 100% CPU-usage if "$@" is passed to getopt(1) instead of $*, why?

dbosk commented 7 years ago

It was caused by the list of arguments never reaching zero.