diff options
Diffstat (limited to 'games/xmris/scripts')
-rw-r--r-- | games/xmris/scripts/pre-configure | 2 |
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 |