X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fglob.c;h=581bc2867ae7f22bc2e3b083000a09361bf9d231;hb=d39310d10894808580f7c0cfb425083f55685e12;hp=f20da84a455d02a1bf5da2baa08e66c3be3b330d;hpb=94a49c8207277ec4017a0fb9a3cd8f1e61a518f6;p=libguestfs.git diff --git a/fish/glob.c b/fish/glob.c index f20da84..581bc28 100644 --- a/fish/glob.c +++ b/fish/glob.c @@ -1,5 +1,5 @@ /* guestfish - the filesystem interactive shell - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,7 +147,7 @@ glob_issue (char *cmd, int argc, } printf ("\n"); - if (issue_command (argv[0], &argv[1]) == -1) + if (issue_command (argv[0], &argv[1], NULL) == -1) *r = -1; /* ... but don't exit */ for (i = argc-1; i >= 1; --i) {