Add in bash expansions on hostnames

Allow hostnames to be expanded using bash where a { is in the host name definition

Github issue #53
This commit is contained in:
Duncan Ferguson 2016-02-13 08:48:20 +00:00
parent b9738f7142
commit b330457f99
6 changed files with 150 additions and 2 deletions

View file

@ -1,6 +1,7 @@
4.05_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Failure to find the terminal binary should not be fatal
- Fix processing of '--extra_tag_file' and its configuration item (Github issue #51)
- Add bash shell expansion on host names containing a '{' character (Github issue #53)
4.05 2015-11-28 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Change default key_quit from 'Control-q' to 'Alt-q' (Github issue #50)