make sure this script only affects gfwlist.txt

pull/47/head
rse43.rse43 2009-03-11 15:15:36 +00:00
parent cb0e5996d6
commit 9b26c3bc55
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ git commit -a -m "$*" &&
# commit to remote svn server
base64 list.txt > gfwlist.txt &&
svn ci -m $( echo "$*" | base64 -w 0) &&
svn ci gfwlist.txt -m $( echo "$*" | base64 -w 0) &&
rm temp.patch;