From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RylSJ-0000uY-Ar for garchives@archives.gentoo.org; Sat, 18 Feb 2012 14:40:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197C6E0AEE; Sat, 18 Feb 2012 14:39:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC82CE0AEE for ; Sat, 18 Feb 2012 14:39:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BC571B400C for ; Sat, 18 Feb 2012 14:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D0A91E5400 for ; Sat, 18 Feb 2012 14:39:41 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1329575947.df451634620307149544297b1a37c2be7fabfe4c.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/ca-certificates-2-nssdb X-VCS-Directories: scripts/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: df451634620307149544297b1a37c2be7fabfe4c X-VCS-Branch: master Date: Sat, 18 Feb 2012 14:39:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f39855dc-aeb8-4499-94c6-b1d4c6746a06 X-Archives-Hash: c243246eaeb04bdbe6afe749b8017401 commit: df451634620307149544297b1a37c2be7fabfe4c Author: Jory A. Pratt gentoo org> AuthorDate: Sat Feb 18 14:39:07 2012 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Feb 18 14:39:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Ddf451634 fix ca-certifications-2-nssdb to use proper pwd --- scripts/ca-certificates-2-nssdb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ca-certificates-2-nssdb b/scripts/ca-certificates-2-= nssdb index e44aec9..e82fa46 100755 --- a/scripts/ca-certificates-2-nssdb +++ b/scripts/ca-certificates-2-nssdb @@ -20,7 +20,7 @@ # a database that can be shared amongs applications using the sql # backend. =20 -PASSWD_FILE=3D"$PWD/nssdb_passwd" +PASSWD_FILE=3D"$(pwd)/nssdb_passwd" =20 mkdir -p $HOME/.pki/nssdb=20 =20