[arch-commits] Commit in kconfig-hardened-check/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Feb 9 19:16:35 UTC 2020
Date: Sunday, February 9, 2020 @ 19:16:35
Author: jelle
Revision: 565525
Fix unquoted variables
Modified:
kconfig-hardened-check/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-09 19:00:02 UTC (rev 565524)
+++ PKGBUILD 2020-02-09 19:16:35 UTC (rev 565525)
@@ -12,6 +12,6 @@
sha256sums=('850349a13b34ed1d25c46279068ee735cd69d3678ba7d740fea3fba217b2db99')
package() {
- cd $pkgname-$pkgver
- install -Dm755 kconfig-hardened-check.py $pkgdir/usr/bin/kconfig-hardened-check
+ cd "$pkgname-$pkgver"
+ install -Dm755 kconfig-hardened-check.py "$pkgdir/usr/bin/kconfig-hardened-check"
}
More information about the arch-commits
mailing list