summaryrefslogtreecommitdiff
path: root/scripts/archive-all
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:50:54 +0800
committerruki <[email protected]>2022-11-30 23:50:54 +0800
commit5076f7ccb4f06e28d64bc22e2fbed34098a63689 (patch)
treecbce98f7f3153dd72d46c0ca516f560a6fa3ba57 /scripts/archive-all
parent507e94c59db165404cbe1c6151d1884219ad1771 (diff)
remove autogen
Diffstat (limited to 'scripts/archive-all')
-rwxr-xr-xscripts/archive-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/archive-all b/scripts/archive-all
index 161e8042f..beba33702 100755
--- a/scripts/archive-all
+++ b/scripts/archive-all
@@ -12,7 +12,7 @@ if [ -d $tmpdir ]; then
fi
mkdir $tmpdir
-# clone xmake repo
+# clone xmake repo
cp -r $xmakeroot $tmpdir/repo
cd $tmpdir/repo
git reset --hard HEAD