Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Dec 2, 2021
1 parent 3b38a28 commit b779056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/make_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -d $ROOT_DIR/.git ]; then
fi

res=0
type git-archive-all >/dev/null 2&>1 || res=1
type git-archive-all >/dev/null 2>&1 || res=1
if [ $res -eq 1 ]; then
echo "ERROR: git-archive-all is not installed"
exit 1
Expand Down

0 comments on commit b779056

Please sign in to comment.