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