X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fglob.c;h=581bc2867ae7f22bc2e3b083000a09361bf9d231;hp=f20da84a455d02a1bf5da2baa08e66c3be3b330d;hb=78029b529ad98769685d607230b70f71832d5906;hpb=94a49c8207277ec4017a0fb9a3cd8f1e61a518f6 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) {