summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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