diff options
author | 2012-02-18 08:39:07 -0600 | |
---|---|---|
committer | 2012-02-18 08:39:07 -0600 | |
commit | df451634620307149544297b1a37c2be7fabfe4c (patch) | |
tree | 814ea1a848523326e935775e15c1888c5178b690 /scripts | |
parent | seamonkey: update to latest ebuild from tree. (diff) | |
download | mozilla-df451634620307149544297b1a37c2be7fabfe4c.tar.gz mozilla-df451634620307149544297b1a37c2be7fabfe4c.tar.bz2 mozilla-df451634620307149544297b1a37c2be7fabfe4c.zip |
fix ca-certifications-2-nssdb to use proper pwd
Diffstat (limited to 'scripts')
-rwxr-xr-x | 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 e44aec90..e82fa46e 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. -PASSWD_FILE="$PWD/nssdb_passwd" +PASSWD_FILE="$(pwd)/nssdb_passwd" mkdir -p $HOME/.pki/nssdb |