aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/phase-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index ce174ba91..7fc798e7f 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -638,7 +638,7 @@ __dyn_install() {
s1=$(human ${s1})
if [[ ${s2} -gt 1024 ]] ; then
s2=$(human ${s2})
- s1=$(padl ${s1} ${s2})
+ s1=$(padl "${s1}" "${s2}")
fi
out+=" (${s1})"
fi