[arch-commits] Commit in sssd/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Jan 31 19:35:20 UTC 2020


    Date: Friday, January 31, 2020 @ 19:35:19
  Author: mtorromeo
Revision: 560839

Removed use of msg2 function

Modified:
  sssd/trunk/PKGBUILD

----------+
 PKGBUILD |    1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-31 18:50:06 UTC (rev 560838)
+++ PKGBUILD	2020-01-31 19:35:19 UTC (rev 560839)
@@ -37,7 +37,6 @@
   cd "$srcdir/$pkgname-$pkgver"
   for f in "${source[@]}"; do
     if [[ $f == *.patch ]]; then
-      msg2 "Applying $f"
       patch -p1 < "$srcdir/$f"
     fi
   done



More information about the arch-commits mailing list