[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [Xen-staging] [xen-unstable] xend: Allow for non-existent xen-python-path binary.
On Thu, 2007-11-08 at 16:19 +0000, Keir Fraser wrote: > Ah yes, I suppose the non-Solaris path isn't tested... I'm sure you already figured it out, but here's the trivial patch. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> -- diff -r 155a016b8064 tools/misc/xend --- a/tools/misc/xend Thu Nov 08 09:05:26 2007 -0700 +++ b/tools/misc/xend Thu Nov 08 09:23:31 2007 -0700 @@ -33,7 +33,7 @@ import time import time import commands -xpp = os.path.join(os.path.dirname(sys.argv[0], 'xen-python-path')) +xpp = os.path.join(os.path.dirname(sys.argv[0]), 'xen-python-path') if os.path.exists(xpp): result = commands.getstatusoutput(xpp) if result[0] != 0: _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |