These should originate with the owner of a build system and are unlikely
to get hazardous values. This script though *should* work on a system
with such a bizarre setup. On general principle, add double-quotes.
Signed-off-by: Elliott Mitchell <ehem+debian@m5p.com>
Acked-by: Hans van Kranenburg <hans@knorrie.org>
set -e
set -o pipefail
-version=$1; shift
+version="$1"; shift
# We wrap all of the programs in /usr/bin with a script
# (xen-utils-wrapper) which chooses the version corresponding to the
list=debian/libxenmiscV.install.vsn-in
t=debian/tmp
-vd=/usr/lib/xen-$version/bin
+vd="/usr/lib/xen-$version/bin"
cd=/usr/lib/xen-common/bin
-mkdir -p $t/$vd
+mkdir -p "$t/$vd"
for binary in `find $t/usr/{bin,sbin} -type f`; do
reason=''