We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab4e96 commit 6f83cc4Copy full SHA for 6f83cc4
makexpi.sh
@@ -29,7 +29,7 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
29
cp -r -f -a .git $SUBDIR
30
cd $SUBDIR
31
git reset --hard "$1"
32
- # When a file are renamed, the old copy can linger in the checkout directory.
+ # When a file is renamed, the old copy can linger in the checkout directory.
33
# Ensure a clean build.
34
git clean -fdx
35
0 commit comments