ooo-build r14288 - in branches/ooo-build-3-0: . bin
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14288 - in branches/ooo-build-3-0: . bin
- Date: Sat, 11 Oct 2008 17:08:32 +0000 (UTC)
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]