[Fai-commit] r3312 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Mar 22 17:28:58 UTC 2006


Author: lange
Date: 2006-03-22 17:28:58 +0000 (Wed, 22 Mar 2006)
New Revision: 3312

Modified:
   trunk/bin/fcopy
Log:
fix typos


Modified: trunk/bin/fcopy
===================================================================
--- trunk/bin/fcopy	2006-03-22 16:08:14 UTC (rev 3311)
+++ trunk/bin/fcopy	2006-03-22 17:28:58 UTC (rev 3312)
@@ -186,10 +186,10 @@
   }
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-sub _mkpatch {
+sub _mkpath {
 
   return 1 if $opt_n; # do not execute if -n was given
-  mkpatch(@_);
+  mkpath(@_);
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 sub _unlink {




More information about the Fai-commit mailing list