correct sync script
authorymh <ymh.work@gmail.com>
Tue, 04 May 2010 18:13:07 +0200
changeset 120 1d93862d6071
parent 119 a473319ea990
child 121 f7e94f36ff35
correct sync script
build/sbin/sync_mosatags
--- a/build/sbin/sync_mosatags	Tue May 04 18:03:35 2010 +0200
+++ b/build/sbin/sync_mosatags	Tue May 04 18:13:07 2010 +0200
@@ -93,7 +93,7 @@
     version_file_tmpl=$export_path_web/config/version.yml.tmpl
     version_file=$export_path_web/config/version.yml
     if [ "$version" == "tip" ]; then
-        version_str= `hg sum | head -n 1 | tr -s " "| cut -f 2 -d" "`
+        version_str=`hg sum | head -n 1 | tr -s " "| cut -f 2 -d" "`
     else
         pushd "$clone_path"
         version_str=$version