Commit d0d64486 authored by lovelywcm's avatar lovelywcm

55yL55yL5pWI5p6cfn4K

parent 9b26c3bc
This diff is collapsed.
...@@ -39,7 +39,7 @@ done ...@@ -39,7 +39,7 @@ done
# get current revision number # get current revision number
oriLang=$LANG; export LANG="en_US"; oriLang=$LANG; export LANG="en_US";
curRevNum=$( svn info | gawk '/^Revision:/ { print $2 }' ); curRevNum=$( svn info | gawk '/^Last Changed Rev:/ { print $2 }' );
export LANG=$oriLang; export LANG=$oriLang;
# save local modification # save local modification
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment