Update of /cvsroot/fink/scripts/10.4-update
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18958

Modified Files:
        update.pl 
Log Message:
typo


Index: update.pl
===================================================================
RCS file: /cvsroot/fink/scripts/10.4-update/update.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- update.pl   17 Jun 2006 16:28:17 -0000      1.12
+++ update.pl   17 Jun 2006 20:47:08 -0000      1.13
@@ -79,7 +79,7 @@
 
 ### check if this distribution is allowed
 
-if ($distribtuion eq "10.4") {
+if ($distribution eq "10.4") {
        die "In that case, I will exit now.  Goodbye.\n" unless 
&Fink::CLI::prompt_boolean("You are already using the 10.4 distribution.  You 
should only run this script again if it somehow failed the first time.  Is that 
what you are trying to do?", default => 0);
 } else {
        die "This script is only for updating 10.3 or 10.4-transitional 
distributions.\n" unless (($distribution eq "10.3") or ($distribution eq 
"10.4-transitional"));



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to