Bug 1424294 - Also manage spaces in filename in tools/update-packaging/common.sh r=bhearsum

MozReview-Commit-ID: 4hrr59gEeEM

--HG--
extra : rebase_source : de4731a04f794757a06cd782f85ab9993a7206a2
This commit is contained in:
Sylvestre Ledru 2017-12-08 15:21:07 +01:00
parent 9ac0d0f3a9
commit 84f063bdfa

View File

@ -90,7 +90,7 @@ make_add_instruction() {
else
notice " add \"$f\"$forced"
echo "add \"$f\"" >> "$filev2"
if [ ! $filev3 = "" ]; then
if [ ! "$filev3" = "" ]; then
echo "add \"$f\"" >> "$filev3"
fi
fi
@ -124,7 +124,7 @@ make_add_if_not_instruction() {
filev3="$2"
notice " add-if-not \"$f\" \"$f\""
echo "add-if-not \"$f\" \"$f\"" >> $filev3
echo "add-if-not \"$f\" \"$f\"" >> "$filev3"
}
make_patch_instruction() {