aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmris/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-23 08:38:42 +0800
committerjkh <jkh@FreeBSD.org>1994-09-23 08:38:42 +0800
commit56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741 (patch)
tree4caf9f910c8ffe48394db151c87a3acb2b8d5b95 /games/xmris/scripts
parent4f1901df1b3f0366af3a97abb913caedf4820949 (diff)
downloadfreebsd-ports-gnome-56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741.tar.gz
freebsd-ports-gnome-56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741.tar.zst
freebsd-ports-gnome-56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741.zip
Latest changes from Jean-Marc
Submitted by: Jean-Marc Zucconi
Diffstat (limited to 'games/xmris/scripts')
-rw-r--r--games/xmris/scripts/pre-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xmris/scripts/pre-configure b/games/xmris/scripts/pre-configure
index 6c01b92f1e8c..8214f8999e32 100644
--- a/games/xmris/scripts/pre-configure
+++ b/games/xmris/scripts/pre-configure
@@ -1,7 +1,7 @@
#!/bin/sh
# X must be running when the scram program creates the bitmaps
-xwd -root >/dev/null
+xwd -root >/dev/null 2>&1
if [ $? != 0 ]; then
echo "X needs to be started to build xmris"
exit 1