From 65d723234bf5dcd99f083ab4d5087b75ded2cfa6 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 18 Sep 2015 15:54:40 +0000 Subject: fix a whole bunch of warning from shellcheck There are still quite some, this is a first chunk based on a given patch applied where i felt confident enough. Thanks: Herbert Parentes Fortes Neto for the initial patch-set --- pbuilder-unshare-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-unshare-wrapper') diff --git a/pbuilder-unshare-wrapper b/pbuilder-unshare-wrapper index 518db44..2dcf95a 100755 --- a/pbuilder-unshare-wrapper +++ b/pbuilder-unshare-wrapper @@ -1,7 +1,7 @@ #!/bin/sh die() { - echo >&2 E: $2 returned error code $1 + echo >&2 E: "$2" returned error code "$1" echo >&2 N: Could not set up the loopback interface. exit 1 } -- cgit v1.2.3