summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/minify-html
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-10-29 17:47:09 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-10-29 17:47:09 +0000
commit11adbc1719db790bd485f4f511b2740c151e5872 (patch)
tree136912635f02004e37811a4fbda4332be8521ed9 /sca-cpp/trunk/modules/http/minify-html
parente156872419a6979ceaee6cf97c5b900ef167292a (diff)
Minor improvements to Page Speed build integration and documentation.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/http/minify-html')
-rwxr-xr-xsca-cpp/trunk/modules/http/minify-html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/http/minify-html b/sca-cpp/trunk/modules/http/minify-html
index a1946d1190..31bb329d94 100755
--- a/sca-cpp/trunk/modules/http/minify-html
+++ b/sca-cpp/trunk/modules/http/minify-html
@@ -28,7 +28,7 @@ else
fi
html="$1"
-minhtml="${html%.*}-min.html"
+minhtml="$2"
${minify_html} ${html} ${minhtml}