The R Project SVN R-packages

Rev

Rev 5711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5711 Rev 6148
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# Created 2005/02/01 by Simon Urbanek
3
# Created 2005/02/01 by Simon Urbanek
4
 
4
 
5
# list of localizations we want to generate from English
5
# list of localizations we want to generate from English
6
languages=`cat LANGUAGES`
6
if [ -z "$languages" ]; then languages=`cat LANGUAGES`; fi
7
 
7
 
8
# Get all (non-backup) NIBs in English.lproj assuming that this is where we do active development
8
# Get all (non-backup) NIBs in English.lproj assuming that this is where we do active development
9
NIBS=`ls -d English.lproj/*.xib | grep -v \~ | awk -F / '{print substr($2,1,length($2)-4)}'`
9
NIBS=`ls -d English.lproj/*.xib | grep -v \~ | awk -F / '{print substr($2,1,length($2)-4)}'`
10
 
10
 
11
if [[ "x$1" == "x-h" || "x$1" == "x" ]]; then
11
if [[ "x$1" == "x-h" || "x$1" == "x" ]]; then