Fix to properly handled quoted arguments.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 24 Oct 2007 12:58:09 +0000 (12:58 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 24 Oct 2007 12:58:09 +0000 (12:58 +0000)
rpmbuild.sh

index 08da09e..d65579e 100644 (file)
@@ -11,4 +11,4 @@
 set -x
 
 export HOME=${PWD}
-rpmbuild $@
+rpmbuild "$@"