[node-patches] Change in ovirt-node[master]: fix virt-who executable to honor command line arguments
mburns at redhat.com
mburns at redhat.com
Thu Dec 13 15:21:25 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: fix virt-who executable to honor command line arguments
......................................................................
fix virt-who executable to honor command line arguments
rhbz#870335
Change-Id: I0bf349218412e7a5f9082a703160063e9a3940b5
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M recipe/rhevh6-post.ks
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/10031/1
diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 200cc76..a77c3ac 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -273,7 +273,7 @@
# rhbz#734478 add virt-who (*.py are removed in rhevh image)
cat > /usr/bin/virt-who <<EOF_virt_who
#!/bin/sh
-exec /usr/bin/python /usr/share/virt-who/virt-who.pyc "$@"
+exec /usr/bin/python /usr/share/virt-who/virt-who.pyc "\$@"
EOF_virt_who
# set maxlogins to 3
--
To view, visit http://gerrit.ovirt.org/10031
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0bf349218412e7a5f9082a703160063e9a3940b5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list