From: Marc Fiuczynski Date: Wed, 24 Oct 2007 12:58:09 +0000 (+0000) Subject: Fix to properly handled quoted arguments. X-Git-Tag: 4.2-rc2~540 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b4de01ffaa2b451b15a4f2d9f3ad0486a465ba66;p=build.git Fix to properly handled quoted arguments. --- diff --git a/rpmbuild.sh b/rpmbuild.sh index 08da09e0..d65579e0 100644 --- a/rpmbuild.sh +++ b/rpmbuild.sh @@ -11,4 +11,4 @@ set -x export HOME=${PWD} -rpmbuild $@ +rpmbuild "$@"