diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-30 15:47:05 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-30 15:47:05 +0200 |
commit | 0ac93a00c98af2f44e5d291788c7ccaa3ed239d3 (patch) | |
tree | a29952fae2fe179cb3ae8f40a3edd83f4c714a64 /lib/blkid | |
parent | bdc3514af41b5fbfea16c5192d5aade1da641cf4 (diff) | |
download | e2fsprogs-0ac93a00c98af2f44e5d291788c7ccaa3ed239d3.tar.gz |
Change more "echo -n" to "printf" to avoid screen clutter.
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'lib/blkid')
-rw-r--r-- | lib/blkid/test_probe.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blkid/test_probe.in b/lib/blkid/test_probe.in index 31ddf29e..02d42bb2 100644 --- a/lib/blkid/test_probe.in +++ b/lib/blkid/test_probe.in @@ -12,7 +12,7 @@ mkdir -p tests for i in $TESTS do - echo -n "$i: " + printf "%s: " $i if test ! -f $SRCDIR/tests/$i.img.bz2 -a \ ! -f $SRCDIR/tests/$i.results ; then |