Commit Graph

2 Commits

Author SHA1 Message Date
Ben Crocker 3843b6f0b4 [redhat] expand_srpm.sh: Fix syntax flagged by shellcheck
SC2034: tree appears unused. Verify use (or export if used externally).
SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.
SC2086: Double quote to prevent globbing and word splitting.

Signed-off-by: Ben Crocker <bcrocker@redhat.com>
2021-08-30 14:30:02 -04:00
Jeremy Cline d17e2c0ebb Sync up the ARK build scripts
Signed-off-by: Jeremy Cline <jcline@redhat.com>
2021-08-30 10:49:11 -04:00