ooo-build r14128 - branches/ooo-build-3-0/patches/dev300
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14128 - branches/ooo-build-3-0/patches/dev300
- Date: Sun, 28 Sep 2008 10:59:40 +0000 (UTC)
Author: rengelhard
Date: Sun Sep 28 10:59:40 2008
New Revision: 14128
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14128&view=rev
Log:
missing space
Modified:
branches/ooo-build-3-0/patches/dev300/soffice-detect-mozilla-certificates.diff
Modified: branches/ooo-build-3-0/patches/dev300/soffice-detect-mozilla-certificates.diff
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/soffice-detect-mozilla-certificates.diff (original)
+++ branches/ooo-build-3-0/patches/dev300/soffice-detect-mozilla-certificates.diff Sun Sep 28 10:59:40 2008
@@ -20,7 +20,7 @@
+ if [ -n "$dir" ]; then
+ # In most case cert8.db will be in $dir/*/cert8.db.
+ # Test this first. Do a full search otherwise.
-+ cert8=`find $dir -maxdepth 2-name "cert8.db" | head -n 1`
++ cert8=`find $dir -maxdepth 2 -name "cert8.db" | head -n 1`
+ if [ ! -n "$cert8" ]; then
+ cert8=`find $dir -name "cert8.db" | head -n 1`
+ fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]