changeset 2526:e7fd2f2e682c

PR1275: Fix syntax of Nashorn download rule. 2015-02-25 Andrew John Hughes <gnu.andrew@member.fsf.org> * Makefile.am: (download-nashorn): Fix syntax.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 26 Feb 2015 00:29:52 +0000
parents 98becf54fa63
children 860b787aa4c4
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 12 18:36:20 2012 +0100
+++ b/ChangeLog	Thu Feb 26 00:29:52 2015 +0000
@@ -1,3 +1,8 @@
+2015-02-25  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* Makefile.am:
+	(download-nashorn): Fix syntax.
+
 2012-04-12  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Thu Apr 12 18:36:20 2012 +0100
+++ b/Makefile.am	Thu Feb 26 00:29:52 2015 +0000
@@ -794,7 +794,7 @@
 	if ! echo "$(NASHORN_SHA256SUM)  $(NASHORN_SRC_ZIP)" \
 	  | $(SHA256SUM) --check ; \
 	then \
-	  if test "x$${enable_downloading}" = "xyes"; then \
+	  if test "x$(enable_downloading)" = "xyes"; then \
 	    if [ -e $(NASHORN_SRC_ZIP) ] ; then \
 	      mv $(NASHORN_SRC_ZIP) $(NASHORN_SRC_ZIP).old ; \
 	    fi ; \