diff options
Diffstat (limited to 'share')
| -rwxr-xr-x | share/hackvr/examples/tictactoe/game.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/share/hackvr/examples/tictactoe/game.sh b/share/hackvr/examples/tictactoe/game.sh index 92192cc..a2adeb1 100755 --- a/share/hackvr/examples/tictactoe/game.sh +++ b/share/hackvr/examples/tictactoe/game.sh @@ -31,7 +31,7 @@ grep --line-buffered action \         cat "marker$turn" | offsetshape.sh $translatex "$(expr "$translatey" - 2 )" 0         grep "$group" $BOARDFILE | sed "s/$group/_marked/g"        else -       xmessage "what? $group" +       printf "# clicked outside of the game board.\n" >&2        fi      fi    done | 
