We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9ea0e commit fd480d3Copy full SHA for fd480d3
rpmlint.sh
@@ -15,7 +15,7 @@ if [[ -n "${PROFILE}" ]]; then ARGUMENTS+=" -T "; fi
15
if [[ -n "${IGNORE_UNUSED_RPMLINTRC}" ]]; then ARGUMENTS+=" --ignore-unused-rpmlintrc "; fi
16
if [[ -n "${CHECKS}" ]]; then ARGUMENTS+=" --checks ${CHECKS} "; fi
17
if [[ -n "${STRICT}" ]]; then ARGUMENTS+=" -s "; fi
18
-if [[ -n "${PERMISSIVE}" ]]; then ARGUMENTS+=" -p "; fi
+if [[ -n "${PERMISSIVE}" ]]; then ARGUMENTS+=" -P "; fi
19
20
# Format arguments
21
ARGUMENTS=$(echo "$ARGUMENTS" | xargs)
0 commit comments