]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added a dot to commit message.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jan 2009 16:07:26 +0000 (17:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jan 2009 16:07:26 +0000 (17:07 +0100)
tools/make-rootfiles

index 249bdbe5bdc7c93494e2a2b52f93fe7161175c13..4be1596e71fc3c77e6ba7105b8a745c7705b6312 100644 (file)
@@ -79,7 +79,7 @@ rootfiles_check() {
 
 rootfiles_commit() {
        TEMPFILE=$(mktemp)
-       echo "Rootfile update" > $TEMPFILE
+       echo "Rootfile update." > $TEMPFILE
        git_commit -F $TEMPFILE src/rootfiles
        rm -f $TEMPFILE
 }