From ab231d992ff5d54cd39a9005949e4de62521a500 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 18 Oct 2004 05:41:19 +0000 Subject: [PATCH] whoops! need to quote that var string --- bin/createrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.34.1