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