diff options
Diffstat (limited to 'script')
| -rwxr-xr-x | script/build/roms | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/script/build/roms b/script/build/roms index 08b9c92a..b14213b9 100755 --- a/script/build/roms +++ b/script/build/roms @@ -197,6 +197,8 @@ skip_board()  			cat -u "$targetdir/warn.txt" || \  			    $err "!cat $targetdir/warn.txt"  		fi +		printf "\nTo disable this dialog when building, do:\n" +		printf "export LBMK_STATUS=n\n\n"  		while true; do  			printf "Board %s has status '%s'. Skip? [y/n]" \  			    "$board" "$status" | 
