Module Name:    src
Committed By:   christos
Date:           Mon Jan 14 20:29:26 UTC 2013

Modified Files:
        src/distrib/sets: makeflist

Log Message:
there is no -X flag


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/distrib/sets/makeflist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/makeflist
diff -u src/distrib/sets/makeflist:1.76 src/distrib/sets/makeflist:1.77
--- src/distrib/sets/makeflist:1.76	Sat Dec  5 10:56:25 2009
+++ src/distrib/sets/makeflist	Mon Jan 14 15:29:26 2013
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.76 2009/12/05 15:56:25 cegger Exp $
+# $NetBSD: makeflist,v 1.77 2013/01/14 20:29:26 christos Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-bxlo] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -29,7 +29,7 @@ USAGE
 }
 
 # handle args
-while getopts L:bxXloa:m:s: ch; do
+while getopts L:bxloa:m:s: ch; do
 	case ${ch} in
 	L)
 		save_IFS="${IFS}"

Reply via email to