From: Seth Vidal Date: Mon, 18 Oct 2004 05:41:19 +0000 (+0000) Subject: whoops! need to quote that var string X-Git-Tag: upstream/0.9.9~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab231d992ff5d54cd39a9005949e4de62521a500;p=tools%2Fcreaterepo.git whoops! need to quote that var string --- diff --git a/bin/createrepo b/bin/createrepo index 0f313a9..b0de515 100755 --- a/bin/createrepo +++ b/bin/createrepo @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/share/createrepo/genpkgmetadata.py $* +exec /usr/share/createrepo/genpkgmetadata.py "$@"