Skip to content

Commit

Permalink
correct customize_framework-res.sh
Browse files Browse the repository at this point in the history
Change-Id: I69c9ed087980fb23d3038eb636238f558f1307a1
  • Loading branch information
mochangming committed Aug 7, 2012
1 parent d096eb4 commit 473ce8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize_framework-res.sh
Expand Up @@ -4,12 +4,12 @@
# $2: dir for target framework-res
#

if [ `basename $1` = "drawable-hdpi" -o `basename $1` = "drawable-xhdpi" ];then
if [ `basename $1` = "drawable-hdpi" ];then
restype=`basename $1`
for file in `find "$1"`
do
newfile=`basename $file`
newfile1=`echo $newfile | sed -e "s/^/zzzhtc_/"`
newfile1=`echo $newfile | sed -e "s/^/zhtc_/"`
targetfile="$2/$restype/$newfile1"
if [ -f $targetfile ]
then
Expand Down

0 comments on commit 473ce8e

Please sign in to comment.