fix variable name

This commit is contained in:
Václav Uruba 2023-09-10 20:31:33 +02:00
parent 47b0be3f74
commit 67afff8497
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -62,7 +62,7 @@ replace_embeds () {
expr_replace+="s/\n//g;"
sed -i "s/$match/$(sed -z "$expr_replace" $file_embed)/g" $1
else
echo -e "\e[38;5;208mWarning: embed file '$embed_file' doesn't exist, skipping.\e[0m"
echo -e "\e[38;5;208mWarning: embed file '$file_embed' doesn't exist, skipping.\e[0m"
fi
done < <(grep -P $REGEX_EMBED $1)
}