diff --git a/shell/rebuild.sh b/shell/rebuild.sh index 7f05d4ea..84531eea 100755 --- a/shell/rebuild.sh +++ b/shell/rebuild.sh @@ -5,10 +5,7 @@ ShellDir=${QL_DIR:-$(cd $(dirname $0); pwd)} echo -e "更新shell...\n" cd ${ShellDir} git fetch --all -git stash git pull -git stash pop -git reset --mixed echo -e "更新shell完成...\n" echo -e "重新build...\n"