summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-blob-scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-blob-scripts.sh b/generate-blob-scripts.sh
index 6806491..a6418f5 100755
--- a/generate-blob-scripts.sh
+++ b/generate-blob-scripts.sh
@@ -287,7 +287,7 @@ do
(
cd device/$MANUFACTURERNAME/$DEVICENAME
git add .
- git commit -m "auto-generated blob-handling scripts"
+ git commit -m "$(echo -e 'auto-generated blob-handling scripts\n\nBug: 4295425')"
if test "$1" != "" -a "$2" != ""
then
echo uploading to server $1 branch $2