tazusb rev 1

Typo in previous commit
author Andrew Miller <spode@thinkbikes.com>
date Tue Mar 04 21:38:38 2008 +0000 (2008-03-04)
parents 236a99657574
children 45e7a4c9f082
files tazusb
line diff
     1.1 --- a/tazusb	Tue Mar 04 21:20:30 2008 +0000
     1.2 +++ b/tazusb	Tue Mar 04 21:38:38 2008 +0000
     1.3 @@ -281,7 +281,7 @@
     1.4  		read answer
     1.5  		answer=`echo "$answer:0:1}" | tr A-Z a-z`
     1.6  		
     1.7 -		if [ "$answer" = "e"]; then
     1.8 +		if [ "$answer" = "e" ]; then
     1.9  			exit 0
    1.10  		fi
    1.11