mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 12:20:58 +01:00
fixed yet another endianess problem, now always using the raw key values for export, sotrage and checksum calculation
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
pcp="../src/pcp1 -V vxxx"
|
||||
pcp1="../src/pcp1"
|
||||
pcp="$pcp1 -V vxxx"
|
||||
|
||||
rm -f vxxx unknown*
|
||||
|
||||
gen() {
|
||||
owner=$1
|
||||
@@ -40,7 +43,7 @@ ids=`gen Bart bart@local a n bart.pub`
|
||||
ser=`grep Serial bart.pub | awk '{print $3}'`
|
||||
|
||||
gen Niemand niemand@local n y unknown1 unknown2
|
||||
$pcp -V unknown3 -l
|
||||
$pcp1 -V unknown3 -l
|
||||
echo hallo | $pcp -e -x a | egrep -v "^ " | egrep -v -- "----" | grep . > unknown4
|
||||
echo blah | $pcp -g -x a | egrep -v "^ " | egrep -v -- "----" | grep . > unknown5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user