X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=mise_en_prod.rb;h=9b4d23e7b8c6ba878c3bd71218f952306167458f;hp=473156b414ec4d04f787017cb915fa05d0dd3870;hb=715b6b550f773e3cc1a3d1c95fd7b286e095e2cc;hpb=6a3e9e285bd76141ce1475f3ecc0c3f220a5c968 diff --git a/mise_en_prod.rb b/mise_en_prod.rb index 473156b..9b4d23e 100644 --- a/mise_en_prod.rb +++ b/mise_en_prod.rb @@ -10,5 +10,5 @@ dest = $*[0] if $*.length > 1 # pour windows ['xml', 'xsl', 'js', 'css', 'img'].each{|rep| `mkdir #{dest}\\#{rep}` - `xcopy /Y #{rep} #{dest}\\#{rep}` + `xcopy /Y /F #{rep} #{dest}\\#{rep}` } \ No newline at end of file