Properly quote json keys in suggested release version json.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@735 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-12 23:25:54 +00:00
parent 83bd1a368e
commit a77533151c

View File

@ -387,11 +387,11 @@ dist() {
echo
echo "with"
echo
echo " {"
echo " description: \"Gridworks ${VERSION}\","
echo " version: \"${VERSION}\","
echo " revision: \"${REVISION}\""
echo " },"
echo " {"
echo " \"description\": \"Gridworks ${VERSION}\","
echo " \"version\": \"${VERSION}\","
echo " \"revision\": \"${REVISION}\""
echo " },"
echo
}