summaryrefslogtreecommitdiff
path: root/import/rubygems.to_chunk
diff options
context:
space:
mode:
Diffstat (limited to 'import/rubygems.to_chunk')
-rwxr-xr-ximport/rubygems.to_chunk2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/rubygems.to_chunk b/import/rubygems.to_chunk
index 39dba14f..fbf9de96 100755
--- a/import/rubygems.to_chunk
+++ b/import/rubygems.to_chunk
@@ -184,7 +184,7 @@ class RubyGemChunkMorphologyGenerator
# control the build and deployment environment, and we obviously can't
# provide the private key of the Gem's maintainer.
configure_commands <<
- "sed -e '/cert_chain\\w+=/d' -e '/signing_key\\w+=/d' -i " +
+ "sed -e '/cert_chain\\s*=/d' -e '/signing_key\\s*=/d' -i " +
"#{spec.name}.gemspec"
end