]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 26 Oct 2017 16:35:51 +0000 (18:35 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 26 Oct 2017 16:35:51 +0000 (18:35 +0200)
update-kf5.sh

index 2dcf4d586c854876306974443444983f47605c48..9e02ee6769fd6e261e7e3bfd69a9202adf712ed7 100755 (executable)
@@ -199,7 +199,7 @@ for pkg in $PKGS ; do
        # commit the changes
        msg=""
        [ -n "$message" ] && msg="$msg- $message$n"
-       msg="$msg- updated to $newver (by update-kf5up.sh)"
+       msg="$msg- updated to $newver (by update-kf5.sh)"
        echo git commit -m "$msg" $spec
        if [ "$test" != 1 ]; then
                cd $pkgdir
This page took 0.027771 seconds and 4 git commands to generate.