(*)fixed commit prebuilt branch

This commit is contained in:
Fan Yang 2015-01-10 13:44:51 +08:00
parent 992f491a59
commit 3501dca615
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ prebuilt_commit() {
pwd
ls
git add --all;
git add .
git add -f ./ifconfig-*
git commit -m "Automatic pre build $(date)";
}