Commit 9b26c3bc authored by rse43.rse43's avatar rse43.rse43

make sure this script only affects gfwlist.txt

parent cb0e5996
......@@ -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;
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