Changeset 198 for nutchez-0.2/src
- Timestamp:
- Jun 17, 2010, 11:00:06 AM (14 years ago)
- Location:
- nutchez-0.2/src/test
- Files:
-
- 2 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 -
nutchez-0.2/src/test/nutchez
r197 r198 21 21 Work_Path_J=0 22 22 23 # Wo ek Path setup23 # Work Path setup 24 24 echo $0 | grep '/' || Work_Path_J=1 25 25 if [ "$Work_Path_J" == "0" ]; then
Note: See TracChangeset
for help on using the changeset viewer.