aboutsummaryrefslogtreecommitdiff
path: root/games/xyzzy
diff options
context:
space:
mode:
Diffstat (limited to 'games/xyzzy')
-rwxr-xr-xgames/xyzzy2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xyzzy b/games/xyzzy
index 691769b9..d262c0e6 100755
--- a/games/xyzzy
+++ b/games/xyzzy
@@ -1,6 +1,6 @@
#!/bin/sh
if [ -e "$HOME"/.xyzzy ] ; then
- printf '%s\n' 'Nothing happens.'
+ printf >&2 '%s\n' 'Nothing happens.'
exit 1
fi
printf '%s\n' 'I see no cave here.' > "$HOME"/.xyzzy