[arch-commits] Commit in apache-ant/trunk (PKGBUILD bin_ant)

Guillaume Alaux guillaume at nymeria.archlinux.org
Sat Jun 14 15:28:49 UTC 2014


    Date: Saturday, June 14, 2014 @ 17:28:49
  Author: guillaume
Revision: 215126

Fix FS#40824 Wrong parameter expansion in bin_ant

Modified:
  apache-ant/trunk/PKGBUILD
  apache-ant/trunk/bin_ant

----------+
 PKGBUILD |    4 ++--
 bin_ant  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-14 15:26:06 UTC (rev 215125)
+++ PKGBUILD	2014-06-14 15:28:49 UTC (rev 215126)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 pkgname=apache-ant
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -23,7 +23,7 @@
             '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
             '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
             '3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'
-            '0823bf8d512c970f540ccad86045bc6a4a98de8cc036b00a36bd01550ee67b20'
+            '29b443ae3af7e246b4ff0b5ec9f023ae95992db1a010a362e70ca7a65a6df461'
             'b86ce60f61cbd85a9faa61d698b0fc4607f1ff375cd15673aee57f053012eacb')
 
 _ant_home=/usr/share/${pkgname}

Modified: bin_ant
===================================================================
--- bin_ant	2014-06-14 15:26:06 UTC (rev 215125)
+++ bin_ant	2014-06-14 15:28:49 UTC (rev 215126)
@@ -3,4 +3,4 @@
 . /etc/apache-ant/ant.conf
 
 export LOCALCLASSPATH=${OPT_JAR_LIST}
-/usr/share/apache-ant/bin/ant $@
+/usr/share/apache-ant/bin/ant "$@"




More information about the arch-commits mailing list