freebsd-ports/cad/rubygem-gdsii/files/patch-bin_rgds-ssplit

17 lines
528 B
Text

--- bin/rgds-ssplit.orig 2016-05-16 07:41:38 UTC
+++ bin/rgds-ssplit
@@ -60,10 +60,10 @@ opts = GetoptLong.new(
opts.each do |option, argument|
case option
- when '--help' : abort usage
- when '--structs' : structs = argument.split(/\s+/)
- when '--extension' : ext = argument
- when '--force' : force = true
+ when '--help' then abort usage
+ when '--structs' then structs = argument.split(/\s+/)
+ when '--extension' then ext = argument
+ when '--force' then force = true
end
end