]> sourceware.org Git - lvm2.git/commit
lvmdump: replace printf
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 28 Jun 2017 18:54:00 +0000 (20:54 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 29 Jun 2017 20:23:16 +0000 (22:23 +0200)
commite08e714b68cce5b46fe47af7716a6d5236f5c683
treed3f6575fa8011370c85f56548afc9156d986708d
parente292c1a1cac4edc394fe9daa9ef11b691216740d
lvmdump: replace printf

Don't use variables in the printf format string. Use printf "..%s.." "$foo".
Advice replaced with plain 'echo'.
scripts/lvmdump.sh.in
This page took 0.035571 seconds and 5 git commands to generate.