Skip to content

Commit

Permalink
One more success case
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jul 20, 2024
1 parent 24456b0 commit 0e38912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-and-install-gauche.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ ! -z "$configure_opts" ]; then
fi

if [ "$binary" = 'true' ]; then
if [ "$version" != 'latest' -o -n "$do_test" -o -n "$configure_opts" ]; then
if [ "$version" != 'latest' -o "$do_test" != 'false' -o -n "$configure_opts" ]; then
echo "If prebuilt-binary is true, no other option should be given."
exit 1
fi
Expand Down

0 comments on commit 0e38912

Please sign in to comment.