X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=mise_en_prod.rb;fp=mise_en_prod.rb;h=9b4d23e7b8c6ba878c3bd71218f952306167458f;hp=473156b414ec4d04f787017cb915fa05d0dd3870;hb=758f0146355cf0b6c0745d1e73c94c060fc6405c;hpb=5613a3fda1f8667227866cb1684b8a75efd2d069 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