mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Correct dependencies of prop_test (#9455)
This commit is contained in:
committed by
GitHub
parent
ad64162e99
commit
f675bcffef
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
# Add >LOCAL< lib to LOAD_PATH
|
||||
# Add >LOCAL< lib to LOAD_PATH so that packages can be loaded
|
||||
$LOAD_PATH.unshift '../lib'
|
||||
|
||||
require 'find'
|
||||
require 'fileutils'
|
||||
require_relative '../lib/const'
|
||||
require_relative '../lib/color'
|
||||
require_relative '../lib/package'
|
||||
|
||||
Reference in New Issue
Block a user