All: Browse | Submit New | Admin

[#14631] rake task cmpkeys is broken

Date:
2007-10-11 09:40
Priority:
3
Submitted By:
Romain Eude (romain_eude)
Assigned To:
David Barri (golly)
Category:
core
State:
Open
Summary:
rake task cmpkeys is broken

Detailed description
in gloc.rake, the task cmpkeys is broken.
the current code is :
  task :cmpkeys do
    dir= ENV['DIR'] || 'lang'

whereas it should be [to work]
    dir = ENV['DIR'] || '{.,vendor/plugins/*}/lang'


Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item