[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

Dave Reisner dreisner at nymeria.archlinux.org
Thu Feb 27 20:10:19 UTC 2014


    Date: Thursday, February 27, 2014 @ 21:10:19
  Author: dreisner
Revision: 206491

upgpkg: systemd 210-2

- fix breakage in systemd hook caused by change in bash 4.3 behavior (FS#39059)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--------------------------+
 PKGBUILD                 |    4 ++--
 initcpio-install-systemd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-27 18:34:58 UTC (rev 206490)
+++ PKGBUILD	2014-02-27 20:10:19 UTC (rev 206491)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=210
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -17,7 +17,7 @@
         'initcpio-install-udev')
 md5sums=('03efddf8c9eca36d4d590f9967e7e818'
          '29245f7a240bfba66e2b1783b63b6b40'
-         '8b68b0218a3897d4d37a6ccf47914774'
+         '5e04f468a13ae2b9d6a9dfc77c49a7d1'
          'bde43090d4ac0ef048e3eaee8202a407')
 
 build() {

Modified: initcpio-install-systemd
===================================================================
--- initcpio-install-systemd	2014-02-27 18:34:58 UTC (rev 206490)
+++ initcpio-install-systemd	2014-02-27 20:10:19 UTC (rev 206491)
@@ -4,7 +4,7 @@
   local len=${#1} quotes=$'[\'"]' str=${!1}
 
   if [[ ${str:0:1} = ${str: -1} && ${str:0:1} = $quotes ]]; then
-    declare -g "$1=${str:1:-1}"
+    printf -v "$1" %s "${str:1:-1}"
   fi
 }
 




More information about the arch-commits mailing list