c2NyaXB0IHVwZGF0ZQo=

This commit is contained in:
lovely.wcm
2009-08-14 01:34:15 +00:00
parent 1a8e9990e5
commit f0ea3efe53
2 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ if [ "$convertedLog" != "" ]; then
# log format: author1:"message1"; author2:"message2"...
base64 -d gfwlist.txt > list.txt &&
git commit -a -m "$convertedLog" &&
git commit -a -m "$convertedLog";
# apply local modification
if [ -s temp.patch ]; then git apply temp.patch; fi &&