We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fda41 commit b305df8Copy full SHA for b305df8
tool/sync_default_gems.rb
@@ -277,7 +277,10 @@ def sync_default_gems(gem)
277
cp_r("#{upstream}/ext/strscan", "ext")
278
cp_r("#{upstream}/test/strscan", "test")
279
cp_r("#{upstream}/strscan.gemspec", "ext/strscan")
280
- cp_r("#{upstream}/doc/strscan", "doc")
+ begin
281
+ cp_r("#{upstream}/doc/strscan", "doc")
282
+ rescue Errno::ENOENT
283
+ end
284
rm_rf(%w["ext/strscan/regenc.h ext/strscan/regint.h"])
285
`git checkout ext/strscan/depend`
286
when "cgi"
0 commit comments