6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
$rpmlead $myrpm | od -c > $0.out
|
||
|
|
||
|
diff $0.out $0.exp || exit 1
|