Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] PATCH: portage_exec.spawn() behaves like . is in PATH (bug 68928)
Date: Wed, 17 Aug 2005 04:55:46
Message-Id: 4302C324.6040007@gmail.com
1 http://bugs.gentoo.org/show_bug.cgi?id=68928
2
3 The portage_exec.spawn() function skips the path_lookup() function when os.access(myc, os.X_OK) returns true. Before path_lookup() is skipped, we need to do an additional check to verify that the command path is absolute.
4
5 Zac

Attachments

File name MIME type
spawn-command-isabs.patch text/x-patch