ooo-build r14138 - branches/debian-2-4-1/patches/src680
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14138 - branches/debian-2-4-1/patches/src680
- Date: Mon, 29 Sep 2008 11:35:19 +0000 (UTC)
Author: rengelhard
Date: Mon Sep 29 11:35:19 2008
New Revision: 14138
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14138&view=rev
Log:
missing space
Modified:
branches/debian-2-4-1/patches/src680/soffice-detect-mozilla-certificates.diff
Modified: branches/debian-2-4-1/patches/src680/soffice-detect-mozilla-certificates.diff
==============================================================================
--- branches/debian-2-4-1/patches/src680/soffice-detect-mozilla-certificates.diff (original)
+++ branches/debian-2-4-1/patches/src680/soffice-detect-mozilla-certificates.diff Mon Sep 29 11:35:19 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]