From ffc1bdaf355d6e7c7496ac79149575291e66377d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 29 Oct 2015 22:07:36 -0400 Subject: show_menu(): Add initial value parameter --- (limited to 'src/board/ich9.sh') 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 -- cgit v0.9.1