diff --git a/programs/winelauncher.in b/programs/winelauncher.in index 9f4851fdc1f..55f6c0ef9b6 100755 --- a/programs/winelauncher.in +++ b/programs/winelauncher.in @@ -59,8 +59,8 @@ type xmessage >/dev/null 2>/dev/null if [ $? -ne 0 ] ; then # xmessage not found; make sure the user notices this error # (GUI users wouldn't even notice if we printed the text on console !) - MSGFILE=/tmp/WINE_CANNOT_FIND_XMESSAGE - cat > $MSGFILE << EOF + MSGFILE=`mktemp "/tmp/wine.xmessage.XXXXXX"` + cat > $MSGFILE <