summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-25 16:23:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-25 16:23:21 (EDT)
commit3da6f63bdcde6a106b746372aa278ba669aa21d1 (patch)
treedba0dc4c2776130743273282f1a7ca55ecae9bf1
parentdb6a33e23c446c8cd00ad3647082c833d7e5edc4 (diff)
parent2f95b9bef0fdcd737fbd58cdb5acc405a6b58da4 (diff)
Merge branch 'feature/block-device-mounting' into feature/installer-integration
-rw-r--r--lib/block.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block.sh b/lib/block.sh
index d83572e..ef1eed9 100644
--- a/lib/block.sh
+++ b/lib/block.sh
@@ -37,7 +37,7 @@ check_block()
local dev="${1}"
if ! [ -b "${dev}" ]; then
- error 2 "$(get_msg 'block_device_invalid')"
+ error 2 "$(get_msg 'block_device_invalid')" "${dev}"
fi
}