Just ignore empty lines in bundled_gems file [ci skip]
This commit is contained in:
parent
2861c8deaf
commit
be1db1ca5c
@ -10,6 +10,7 @@ BEGIN {
|
||||
|
||||
n, v, u, r = $F
|
||||
|
||||
next unless n
|
||||
next if n =~ /^#/
|
||||
|
||||
if File.directory?(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user