diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-10-29 22:07:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-10-29 22:07:36 (EDT) |
commit | ffc1bdaf355d6e7c7496ac79149575291e66377d (patch) | |
tree | 6983b381755345b0abd59e1defd09e44b2246ac4 /src/board | |
parent | d1bedaca10ed4c5983eb2c3381896525a4d4d403 (diff) | |
download | firman.sh-ffc1bdaf355d6e7c7496ac79149575291e66377d.zip firman.sh-ffc1bdaf355d6e7c7496ac79149575291e66377d.tar.gz firman.sh-ffc1bdaf355d6e7c7496ac79149575291e66377d.tar.bz2 |
show_menu(): Add initial value parameter
Diffstat (limited to 'src/board')
-rw-r--r-- | src/board/ich9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/board/ich9.sh b/src/board/ich9.sh index fa12944..35d7e0d 100644 --- a/src/board/ich9.sh +++ b/src/board/ich9.sh @@ -24,7 +24,7 @@ ich9_prepare_rom() # Get MAC address. while :; do - mac="$(show_prompt 'Enter MAC address' 17)" + mac="$(show_prompt 'Enter MAC address' '' 17)" case "${mac}" in *[!0-9a-zA-Z:]*) continue |