mirror of https://github.com/CGAL/cgal
Make KEY case-insensitive in support_menu.
This commit is contained in:
parent
4e2878a16d
commit
01228d2f2f
|
|
@ -4685,6 +4685,7 @@ support_menu()
|
|||
print_line "${_bold_on}<T>${_bold_off} Test (and save) setup"
|
||||
menu_tailer 'Main Menu'
|
||||
|
||||
KEY=`echo "${KEY}" | ${_tr} [:lower:] [:upper:]`
|
||||
case $KEY in
|
||||
t|T) go_down_lines 3
|
||||
flush_buffer
|
||||
|
|
|
|||
Loading…
Reference in New Issue