From 3479cfa1585b752df58873b941b5bfd06a879b04 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 20 Feb 2012 07:20:27 +0000 Subject: Rename some of the utility programs and add them to the install target. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291135 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/js/util-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/js/util-test') diff --git a/sca-cpp/trunk/modules/js/util-test b/sca-cpp/trunk/modules/js/util-test index 08407ea2d1..c69f46c67c 100755 --- a/sca-cpp/trunk/modules/js/util-test +++ b/sca-cpp/trunk/modules/js/util-test @@ -21,7 +21,7 @@ here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here` echo "Testing..." -cat htdocs/util.js htdocs/elemutil.js htdocs/jsonutil.js json-test.js | ./js-eval 2>/dev/null 1>&2 +cat htdocs/util.js htdocs/elemutil.js htdocs/jsonutil.js json-test.js | ./js-shell 2>/dev/null 1>&2 rc=$? if [ "$rc" = "0" ]; then echo "OK" -- cgit v1.2.3