mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
put Ian's fix to the HP coredump back, call cmsutil without parameters prior
to any cmsutil action
This commit is contained in:
parent
5b27a723a1
commit
50d8957c5e
@ -88,6 +88,8 @@ smime_init()
|
||||
smime_main()
|
||||
{
|
||||
|
||||
echo "$SCRIPTNAME: doing nothing, so HP can do it's coredump..."
|
||||
cmsutil < alice.txt
|
||||
echo "$SCRIPTNAME: Signing Attached Message ------------------------------"
|
||||
echo "cmsutil -S -N Alice -i alice.txt -d ${R_ALICEDIR} -p nss -o alice.sig"
|
||||
cmsutil -S -N Alice -i alice.txt -d ${R_ALICEDIR} -p nss -o alice.sig
|
||||
|
Loading…
Reference in New Issue
Block a user