3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/bin/sh -efu
|
||
|
cut -f1 |grep -Ff @RPMCONFIGDIR@/files.req.list || [ $? = 1 ]
|