summaryrefslogtreecommitdiff
path: root/german/staroffice52/files/setup.patch
blob: fa3641b6a7e24cc94117665d0540199cabf61a58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- setup.orig	Fri Aug 25 12:04:52 2000
+++ setup	Fri Aug 25 12:00:21 2000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/compat/linux/bin/sh
 #
 # StarOffice patch checking script
 # (c) 2000, Sun Microsystems Inc.
@@ -9,6 +9,9 @@
         SCO_SV) test=/bin/test     ;;
         *)      test=/usr/bin/test ;;
 esac
+
+# fix coredump on remote DISPLAY (IRIX)
+export SAL_IGNOREXERRORS=1
 
 sd_cwd="`pwd`"
 if $test -L "$0" ; then