Index: src/bering-uclibc/buildtool/buildtool.pl
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/buildtool.pl,v
retrieving revision 1.13
diff -u -3 -p -r1.13 buildtool.pl
--- src/bering-uclibc/buildtool/buildtool.pl    2 Mar 2005 16:33:05 -0000       
1.13
+++ src/bering-uclibc/buildtool/buildtool.pl    9 Mar 2005 22:17:32 -0000
@@ -202,7 +202,7 @@ if ($ARGV[0] eq "describe") {
 
 } elsif ($ARGV[0] eq "distclean") {
   # make it distclean
-  print "\nare you sure you want to delete everything you downloaded and 
build? (y/N) ";
+  print "\nAre you sure you want to delete everything you've downloaded and 
built? (y/N) ";
   my $ask = <STDIN>;
   chop $ask;
   if ($ask eq "y" or $ask eq "Y" or $ask eq "j" or $ask eq "J") {


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to