aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-01 21:57:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-01 21:57:18 +1200
commit77607983bc14762e4730e38e68fc3b0a704f6c9b (patch)
tree2b25a5e2564a0fcb938c8548fb4ba7a21dc2b473 /games
parentCorrect type of square (diff)
downloaddotfiles-77607983bc14762e4730e38e68fc3b0a704f6c9b.tar.gz
dotfiles-77607983bc14762e4730e38e68fc3b0a704f6c9b.zip
Remove unneeded ':' command
Diffstat (limited to 'games')
-rw-r--r--games/dr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dr.sh b/games/dr.sh
index e1db163d..9f08164d 100644
--- a/games/dr.sh
+++ b/games/dr.sh
@@ -16,7 +16,7 @@ d=${nd#*d}
# Check this is a real die you can actually roll
case $d in
- 4|6|8|10|12|20) : ;;
+ 4|6|8|10|12|20) ;;
*) exit 2 ;;
esac