6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
$rpmheader $myrpm | $rpmdump > $0.out
|
|
|
|
diff $0.out $0.exp || exit 0
|