diff options
Diffstat (limited to 'cad/rubygem-gdsii/files/patch-bin_rgds2rb')
-rw-r--r-- | cad/rubygem-gdsii/files/patch-bin_rgds2rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cad/rubygem-gdsii/files/patch-bin_rgds2rb b/cad/rubygem-gdsii/files/patch-bin_rgds2rb new file mode 100644 index 000000000000..80370ddb9972 --- /dev/null +++ b/cad/rubygem-gdsii/files/patch-bin_rgds2rb @@ -0,0 +1,15 @@ +--- bin/rgds2rb.orig 2016-05-16 07:41:38 UTC ++++ bin/rgds2rb +@@ -47,9 +47,9 @@ opts = GetoptLong.new( + + opts.each do |option, argument| + case option +- when '--help' : abort usage +- when '--structs' : structs = argument.split(/\s+/) +- when '--force' : force = true ++ when '--help' then abort usage ++ when '--structs' then structs = argument.split(/\s+/) ++ when '--force' then force = true + end + end + |