X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fglob.c;h=e05e7753b590a98c79775a26f534508ac00e6fce;hb=342b4a55d056734a0344db8b4bcf1a90104a8a59;hp=509532b8b08964f05f5dd352fa8ebcfa8df5e26a;hpb=6391d1a7cfa10337a75465c72d49df3c9ebc65ca;p=libguestfs.git diff --git a/fish/glob.c b/fish/glob.c index 509532b..e05e775 100644 --- a/fish/glob.c +++ b/fish/glob.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -144,7 +144,7 @@ glob_issue (char *cmd, size_t argc, for (i = 1; i < argc; ++i) argv[i] = globs[i][posn[i]]; - if (issue_command (argv[0], &argv[1], NULL) == -1) + if (issue_command (argv[0], &argv[1], NULL, 0) == -1) *r = -1; /* ... but don't exit */ for (i = argc-1; i >= 1; --i) {