610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
|
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
|
-
-
+
|
#
eval $script(cleanup)
#
# NOTE: PGP signature verification failed. Raise an error and
# do not proceed with evaluating the package script.
#
error [appendArgs \
"couldn't read file \"" $fileName(1) "\": bad PGP signature"]
error "bad PGP signature"
}
#
# NOTE: The PGP signature was verified; use the downloaded package
# script verbatim.
#
set script(inner) $metadata(ifNeeded)
|