1
0
mirror of https://git.envs.net/envs/ifconfig synced 2024-11-22 09:51:57 +01:00

(*)fixed commit prebuilt branch

This commit is contained in:
Fan Yang 2015-01-10 13:44:51 +08:00
parent 992f491a59
commit 3501dca615

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