# HG changeset patch # User ymh # Date 1272989587 -7200 # Node ID 1d93862d60713305bd9c1f1b76a22bb529770c8b # Parent a473319ea99058050d755cbfb0faa3c82272dbc5 correct sync script diff -r a473319ea990 -r 1d93862d6071 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