summaryrefslogtreecommitdiffstats
path: root/appliance
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-06 21:24:59 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-06 22:04:27 +0000
commit1e78cd1690f15a45f80d384edca9b7b868b9b802 (patch)
tree22f434540e706fea9cf59fb6156ea211c0e28a4e /appliance
parent53853f717c5928bc61809cc26160da118cd556fa (diff)
downloadlibguestfs-1e78cd1690f15a45f80d384edca9b7b868b9b802.tar.gz
libguestfs-1e78cd1690f15a45f80d384edca9b7b868b9b802.tar.xz
libguestfs-1e78cd1690f15a45f80d384edca9b7b868b9b802.zip
appliance: Don't quote the --exclude parameters.
The quotes appear literally on the command line: $ s="--foo 'bar'" $ echo $s --foo 'bar'
Diffstat (limited to 'appliance')
-rwxr-xr-xappliance/make.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in
index 9e54b4af..3b51fcfa 100755
--- a/appliance/make.sh.in
+++ b/appliance/make.sh.in
@@ -21,7 +21,7 @@ unset CDPATH
set -e
# XXX Distro-dependent in future.
-excludes="--exclude '^perl' --exclude '^python' --exclude '^fedora-logos' --exclude '^redhat-logos' --exclude '^dracut' --exclude '^upstart' --exclude '^plymouth' --exclude '^systemd' --exclude '^linux-firmware' --exclude '^kbd-misc'"
+excludes="--exclude ^perl --exclude ^python --exclude ^fedora-logos --exclude ^redhat-logos --exclude ^dracut --exclude ^upstart --exclude ^plymouth --exclude ^systemd --exclude ^linux-firmware --exclude ^kbd-misc"
# Run febootstrap on the package list.
if [ "x@FEBOOTSTRAP_YUM_CONFIG@" != "xno" ]; then