From 9f4d313b67ffce0703c840a39c0840b6efe122cc Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 24 Jan 2019 19:13:20 +0000
Subject: [PATCH] pressure-vessel-wrap: Make a diagnostic more obviously
 correct

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 pressure-vessel-wrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pressure-vessel-wrap b/pressure-vessel-wrap
index aa51d3082..8408497cf 100755
--- a/pressure-vessel-wrap
+++ b/pressure-vessel-wrap
@@ -282,7 +282,7 @@ else
 fi
 
 if [ -z "$BWRAP" ] || ! "$BWRAP" --bind / / true; then
-    echo "$me: cannot find bwrap or it doesn't work, falling back to executing '$*' directly" >&2
+    echo "$me: cannot find bwrap or it doesn't work, falling back to executing '${wrapped_command[*]}' directly" >&2
 
     if [ -n "$ld_preload" ]; then
         export LD_PRELOAD="$ld_preload"
-- 
GitLab