There was an error while loading. Please reload this page.
1 parent c7da376 commit d446eefCopy full SHA for d446eef
lib/ckeditor/utils.rb
@@ -15,7 +15,7 @@ def parameterize_filename(filename)
15
16
def extract(filepath, output)
17
# TODO: need check system OS
18
- system("tar --exclude=*.php --exclude=*.asp -C '#{output}' -xzvf '#{filepath}' ckeditor/")
+ system("tar --exclude=*.php --exclude=*.asp -C '#{output}' -xzf '#{filepath}' ckeditor/")
19
end
20
21
def js_replace(dom_id, options = {})
0 commit comments