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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:02:01 UTC 2020


    Date: Friday, August 28, 2020 @ 12:02:01
  Author: freswa
Revision: 690623

fix unquoted variables

Modified:
  bandit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:01:32 UTC (rev 690622)
+++ PKGBUILD	2020-08-28 12:02:01 UTC (rev 690623)
@@ -13,6 +13,6 @@
 sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
 
 package() {
-    cd "bandit-$pkgver"
-    python setup.py install --root=$pkgdir --optimize=1
+    cd bandit-$pkgver
+    python setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list