From d3211eb564be913490a99607ada031815440a455 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 30 Mar 2021 10:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9rebuild=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/rebuild.sh | 3 --- 1 file changed, 3 deletions(-) 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"