mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
revomoved subdir .g10
This commit is contained in:
parent
82464369f6
commit
404a6c8960
@ -39,13 +39,13 @@ chdir () {
|
|||||||
|
|
||||||
cleanup () {
|
cleanup () {
|
||||||
rm $data_files x y z 2>/dev/null
|
rm $data_files x y z 2>/dev/null
|
||||||
echo "#empty" >./.g10/options
|
echo "#empty" >./options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
run_g10 () {
|
run_g10 () {
|
||||||
if ! eval HOME=. ../g10/g10 $* ; then
|
if ! eval ../g10/g10 --homedir . $* ; then
|
||||||
echo "(HOME=. ../g10/g10 $*) failed" >&2
|
echo "(../g10/g10 --homedir . $*) failed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -60,7 +60,6 @@ trap cleanup SIGHUP SIGINT SIGQUIT
|
|||||||
|
|
||||||
|
|
||||||
# some checks
|
# some checks
|
||||||
[ -d "./.g10" ] || fatal "subdirectory .g10 missing"
|
|
||||||
for i in $plain_files; do
|
for i in $plain_files; do
|
||||||
[ -f $i ] || fatal "$i: missing"
|
[ -f $i ] || fatal "$i: missing"
|
||||||
done
|
done
|
||||||
@ -69,7 +68,7 @@ for i in $exp_files; do
|
|||||||
done
|
done
|
||||||
# create the keyrings
|
# create the keyrings
|
||||||
|
|
||||||
cat <<EOF >./.g10/options
|
cat <<EOF >./options
|
||||||
no-greeting
|
no-greeting
|
||||||
no-secmem-warning
|
no-secmem-warning
|
||||||
batch
|
batch
|
||||||
|
BIN
checks/pubring.g10
Normal file
BIN
checks/pubring.g10
Normal file
Binary file not shown.
BIN
checks/secring.g10
Normal file
BIN
checks/secring.g10
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user