summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-19 10:38:06 +0800
committerOpportunityLiu <[email protected]>2019-07-19 10:38:06 +0800
commit349a845bbab84d3678c3aa106d6a7b0fdab4e5bd (patch)
tree5410b5c7c8f28bf9b38be489aaf68fa189ec9a65 /scripts
parentb2dbf040a938587919c07e9c8cfc21a60338b9a9 (diff)
add submodule clean
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makeself/build-runfile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh
index 0c8af3587..56eca4c4e 100755
--- a/scripts/makeself/build-runfile.sh
+++ b/scripts/makeself/build-runfile.sh
@@ -15,6 +15,7 @@ mkdir -p $temproot
cp -Tr $xmakeroot $temproot/xmake-repo
cd $temproot/xmake-repo
git clean -dfX
+git submodule foreach git clean -dfX
# copy files to temproot/xmake
mkdir -p $temproot/xmake/scripts