Actually accept the default argument to SCREEN_WIDTH.

Submitted by:	brian
This commit is contained in:
Doug Barton 2002-05-28 07:25:44 +00:00
parent 6c533ac713
commit aaa8b7ff8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97380

View File

@ -379,6 +379,9 @@ if [ -t 0 ]; then
echo ''
echo -n "What would you like to use? [${w}] "
read SCREEN_WIDTH
case "${SCREEN_WIDTH}" in
'') SCREEN_WIDTH="${w}" ;;
esac
;;
esac
esac