Skip to content

Commit

Permalink
src/pmdas/nfsclient/Upgrade: fix syntax error: thee -> then
Browse files Browse the repository at this point in the history
Was tripping a raft of QA failures on (at least) RHEL-based
systems.
  • Loading branch information
kmcdonell committed Jul 17, 2024
1 parent 77edd2f commit a51fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmdas/nfsclient/Upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. $PCP_DIR/etc/pcp.env

if grep -q ^nfsclient "$PCP_PMCDCONF_PATH" 2>/dev/null
thee
then
if grep ^nfsclient "$PCP_PMCDCONF_PATH" | grep -q "$PCP_PYTHON_PROG" 2>/dev/null
then
: # already using $PCP_PYTHON_PROG, leave this line untouched
Expand Down

0 comments on commit a51fe56

Please sign in to comment.