diff src/variables.cc @ 3125:dcc6c985d72d

[project @ 1998-01-16 05:08:21 by jwe]
author jwe
date Fri, 16 Jan 1998 05:11:09 +0000
parents ff8b4d6371b3
children 02766207b74c
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1029,7 +1029,10 @@
       if (argc > 1)
 	{
 	  if (argv[idx] == "-x")
-	    exclusive = 1;
+	    {
+	      idx++;
+	      exclusive = 1;
+	    }
 	}
 
       int lcount = 0;