Changeset 2200

Show
Ignore:
Timestamp:
2006-03-19 19:40:08 (3 years ago)
Author:
cchiu
Message:

updated core XPI shell script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AnnodexFirefoxExtension/trunk/Installer/MakeCoreXPI.sh

    r1108 r2200  
    11#!/bin/zsh -f 
     2 
     3SYSTEM=`uname | tr A-Z a-z | sed -e s'/_.*$//'` 
    24 
    35set -e 
     
    1315cp -Rp ../Core/chrome/afeview chrome/ 
    1416 
    15 setopt nullglob 
     17if [ !SYSTEM == cygwin ] 
     18    then setopt nullglob 
     19    fi 
     20 
    1621rm -rf chrome/**/.svn chrome/**/.*.sw? 
    1722