forth step ,change default language to chinese

This commit is contained in:
root
2011-02-22 16:58:18 +08:00
parent 49c2ac8b51
commit 1f3216863c
4 changed files with 13 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ config_execfile(){
main(){
local style='graph'
local language='english'
local language='chinese'
local xstart='yes'
tmp=$(getopt -o s:l:nh --long style:,language:,noXserver,help -- "$@")