Date: Friday, August 28, 2020 @ 12:26:26
  Author: freswa
Revision: 690710

fix unquoted variables

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-28 12:26:25 UTC (rev 690709)
+++ PKGBUILD    2020-08-28 12:26:26 UTC (rev 690710)
@@ -43,7 +43,7 @@
        install -Dm644 bin/*completion -t 
"$pkgdir"/usr/share/bash-completion/completions
 
        # Remove all DOS/Windows batch files
-       find $pkgdir -name '*.bat' -exec rm {} \;
+       find "$pkgdir" -name '*.bat' -exec rm {} \;
 
        # Package the license file
        install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname

Reply via email to