Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Jul 20, 2024
1 parent 80a02ae commit 6049828
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' ]; then
echo "If prebuilt-binary is true, no ther option should be given."
exit 1
fi
Expand Down

0 comments on commit 6049828

Please sign in to comment.