ooo-build r14288 - in branches/ooo-build-3-0: . bin



Author: rengelhard
Date: Sat Oct 11 17:08:31 2008
New Revision: 14288
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14288&view=rev

Log:
use mktemp

Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/bin/oosmoketest.in

Modified: branches/ooo-build-3-0/bin/oosmoketest.in
==============================================================================
--- branches/ooo-build-3-0/bin/oosmoketest.in	(original)
+++ branches/ooo-build-3-0/bin/oosmoketest.in	Sat Oct 11 17:08:31 2008
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GUI="UNX"
-TEMP="/tmp"
+TEMP="`mktemp -q -d`"
 PERL="/usr/bin/perl"
 OOINSTBASE="@OOINSTBASE@"
 OOUSERDIR="$HOME/.openoffice.org/3"
@@ -12,3 +12,5 @@
 
 cd "$OOINSTBASE/basis-link/smoketest"
 $PERL smoketest.pl
+rm -rf $TEMP
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]