dnf-repoquery-by-srpm: Remove "set -x". Oops.
[utils/utils.git] / dnf-repoquery-by-srpm
index 9f3393e..2e036c1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # dnf-repoquery-by-srpm [dnf-options...] srpm-name...
 #
-# List the NEVRA of every package built from one of the given source RPMs
+# List every package built from one of the given source RPMs
 # (given by full name as in the SOURCERPM tag, e.g., glibc-2.31-4.fc32.src.rpm).
 #
 # This script's option parser is crude and assumes that every argument that
@@ -15,7 +15,6 @@
 # ~ Matt 2020-09-02
 
 set -e
-set -x
 set -o pipefail
 
 dnf_options=()