aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-10-09 23:57:29 -0500
committerepoch <epoch@thebackupbox.net>2020-10-09 23:57:29 -0500
commit430ae37a079b146df1044b1664033284c28e2cce (patch)
tree8e6650fb194efdd3ea2dfae40ce50ea9665bf458
parent61afcb601343cb9337e69595e66ab7fd78115b3f (diff)
downloadhackvr-430ae37a079b146df1044b1664033284c28e2cce.tar.gz
hackvr-430ae37a079b146df1044b1664033284c28e2cce.zip
removed an annoying xmessage
-rwxr-xr-xshare/hackvr/examples/tictactoe/game.sh2
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