common/rc: fix MKSWAP_PROG quoting
authorXiong Zhou <xzhou@redhat.com>
Wed, 1 Sep 2021 09:40:24 +0000 (17:40 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 5 Sep 2021 13:22:39 +0000 (21:22 +0800)
commit1506607a5c2b183a0b8e0f12b5273e7054a29f4c
treec59a49bb1c3dbfb4687a6e78431a103eccde07f3
parenta468c7ebc3c04b071e6f59686c41e3a56cbee26d
common/rc: fix MKSWAP_PROG quoting

After commit
  0e4dd8b9 common/rc: fix ignoring of errors on
we are getting this error message when running swapfiles tests:
  +./common/rc: line 2553: MKSWAP_PROG: command not found

Rewrite the line.

Signed-off-by: Murphy Zhou <xzhou@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/rc