зеркало из https://github.com/mozilla/gecko-dev.git
bug 403770: use double quotes to make sure is interpreted. r=rhelmer, patch=me
This commit is contained in:
Родитель
16c55d0839
Коммит
1e8264a5ea
|
@ -23,7 +23,7 @@ do
|
||||||
do
|
do
|
||||||
# strip the directory portion
|
# strip the directory portion
|
||||||
package=`basename $package`
|
package=`basename $package`
|
||||||
locale=`echo $package | sed -e 's/\.$platform.*//' -e 's/.*\.//'`
|
locale=`echo $package | sed -e "s/\.${platform}.*//" -e 's/.*\.//'`
|
||||||
rm -rf target/*
|
rm -rf target/*
|
||||||
unpack_build $platform target $release/$package
|
unpack_build $platform target $release/$package
|
||||||
# check for read-only files
|
# check for read-only files
|
||||||
|
|
Загрузка…
Ссылка в новой задаче