Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets there is no -X flag



details:   https://anonhg.NetBSD.org/src/rev/abaec3ddada8
branches:  trunk
changeset: 784009:abaec3ddada8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 14 20:29:26 2013 +0000

description:
there is no -X flag

diffstat:

 distrib/sets/makeflist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 670ad0857e0a -r abaec3ddada8 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Mon Jan 14 20:21:32 2013 +0000
+++ b/distrib/sets/makeflist    Mon Jan 14 20:29:26 2013 +0000
@@ -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 @@
 }
 
 # 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}"



Home | Main Index | Thread Index | Old Index