aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-unshare-wrapper
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-09-18 15:54:40 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-09-18 15:54:40 +0000
commit65d723234bf5dcd99f083ab4d5087b75ded2cfa6 (patch)
treee05f2dfd925495b2790fda398fbf603699fb5bde /pbuilder-unshare-wrapper
parent86f8423f481d8e9cddcfd8da808eee600f96675a (diff)
downloadpbuilder-65d723234bf5dcd99f083ab4d5087b75ded2cfa6.tar
pbuilder-65d723234bf5dcd99f083ab4d5087b75ded2cfa6.tar.gz
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 <hpfn@ig.com.br> for the initial patch-set
Diffstat (limited to 'pbuilder-unshare-wrapper')
-rwxr-xr-xpbuilder-unshare-wrapper2
1 files changed, 1 insertions, 1 deletions
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
}