Changeset 199 for nutchez-0.2


Ignore:
Timestamp:
Jun 17, 2010, 11:04:55 AM (14 years ago)
Author:
rock
Message:
 
Location:
nutchez-0.2/src/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/install

    r198 r199  
    11#!/bin/bash
    2 # 語言的選擇
    3 # source ./language_choise.sh
    4 # 匯入功能函數
    5 source ./install_func.sh
    6 #source ./client_install_func.sh
    7 source ./install_lang.zh
     2#
    83
     4# 變數宣告
    95Work_Path="./"
    106Work_Path_J=0
     
    1713
    1814# Source functions
    19 source $Work_Path/client_install_func.sh
     15source $Work_Path/install_func.sh
     16source $Work_Path/install_lang.zh
    2017### real code #####
    2118
  • nutchez-0.2/src/test/install_func.sh

    r195 r199  
    11#!/bin/bash
    2 source install_lang
     2source $Work_Path/install_lang
    33####### garbage here #############
    44function mainFunction ( )
Note: See TracChangeset for help on using the changeset viewer.