From f2d683ced7a847e978a3763f91f63b943b56bbee Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 29 Jun 2001 04:12:42 +0000 Subject: Fix the fix. svn path=/trunk/; revision=10589 --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index 6329c26d38..c8e802b985 100644 --- a/shell/main.c +++ b/shell/main.c @@ -257,7 +257,7 @@ main (int argc, char **argv) uri_list = NULL; args = poptGetArgs (popt_context); - if (args == NULL) { + if (args != NULL) { const char **p; for (p = args; *p != NULL; p++) -- cgit v1.2.3