summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-12 22:23:57 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-12 22:23:57 +0100
commit08347d101434ce26367ef19ef650b4398bc474ee (patch)
treec281d801c11ff4b96de6a509faf2de5aba2a4eef
parent6d8f39a5e114755b67b86529e6f16b7d9ee752df (diff)
syntax fix
-rw-r--r--src/core/libs/lib-ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh
index db6a4a9..516932e 100644
--- a/src/core/libs/lib-ui.sh
+++ b/src/core/libs/lib-ui.sh
@@ -47,7 +47,7 @@ listblockfriendly()
do
get_blockdevice_size $i MiB
size_GiB=$(($BLOCKDEVICE_SIZE/2**10))
- BLOCKFRIENDLY+=($i "$i ${BLOCKDEVICE_SIZE} MiB ($size_GiB GiB)"
+ BLOCKFRIENDLY+=($i "$i ${BLOCKDEVICE_SIZE} MiB ($size_GiB GiB)")
done
}