Changeset 198 for nutchez-0.2/src/test/install
- Timestamp:
- Jun 17, 2010, 11:00:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install
r195 r198 7 7 source ./install_lang.zh 8 8 9 Work_Path=$(echo $0 | sed 's/install//') 9 Work_Path="./" 10 Work_Path_J=0 11 12 # Work Path setup 13 echo $0 | grep '/' || Work_Path_J=1 14 if [ "$Work_Path_J" == "0" ]; then 15 Work_Path=$(echo $0 | sed 's/install//') 16 fi 10 17 11 18 # Source functions
Note: See TracChangeset
for help on using the changeset viewer.