linux-libre.updateScript: fix attr in commit msg
This commit is contained in:
parent
2b842606c4
commit
d770ae1202
@ -21,6 +21,6 @@ sed -i -e "s/rev = \".*\"/rev = \"$rev\"/" \
|
|||||||
-e "s/sha256 = \".*\"/sha256 = \"$sha256\"/" "$path"
|
-e "s/sha256 = \".*\"/sha256 = \"$sha256\"/" "$path"
|
||||||
|
|
||||||
if [ -n "$COMMIT" ]; then
|
if [ -n "$COMMIT" ]; then
|
||||||
git commit -qm "linux-libre_latest: $old_rev -> $rev" "$path"
|
git commit -qm "linux_latest-libre: $old_rev -> $rev" "$path"
|
||||||
echo "Updated linux-libre_latest $old_rev -> $rev"
|
echo "Updated linux_latest-libre $old_rev -> $rev"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user