mirror of https://github.com/aamine/cbc
did not work
git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4058 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
69862827dc
commit
4be975bb5b
|
@ -4,7 +4,7 @@ def print_list(list)
|
|||
end
|
||||
end
|
||||
|
||||
test_sh = File.read('test.sh')
|
||||
test_sh = File.read('test_cbc.sh')
|
||||
tested = test_sh.scan(/[\$\w\-]+\.cb/).reject {|n| /\$/ =~ n } +
|
||||
test_sh.scan(%r<\./[\w\-]+>).map {|n| File.basename(n) + '.cb' }
|
||||
tested = tested.uniq
|
||||
|
|
Loading…
Reference in New Issue