Changeset 743

Show
Ignore:
Timestamp:
06/09/08 07:10:20 (6 months ago)
Author:
aranti..@gmail.com
Message:

Fix the generation of locale lines in chrome.manifest

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/build.sh

    r737 r743  
    2222GMLOC=\"en-US\" 
    2323for entry in chrome/chromeFiles/locale/*; do 
     24  entry=`basename $entry` 
    2425  if [ $entry != en-US ]; then 
    2526    echo "locale  $GMNAME  $entry  chrome/chromeFiles/locale/$entry/" >> chrome.manifest