Trivial whitespace cleanup

master
Ash Moran 2011-08-07 08:54:47 +01:00
parent 46dc02f06b
commit c92eea42c3
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ def create_header
end
message("Writing bdb_aux._c (defines), this takes a while\n")
db_header = $CPPFLAGS.split.select { |f| f =~ /^-I/ }.map { |e|
f = File.join(e[2..-1], 'db.h')
File.exists?(f) ? f : nil