Source-Changes-HG archive

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

[src/trunk]: src/lib remove -'s from options



details:   https://anonhg.NetBSD.org/src/rev/6583e52e028c
branches:  trunk
changeset: 785000:6583e52e028c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 17 02:36:21 2013 +0000

description:
remove -'s from options

diffstat:

 lib/checkver |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 35b624601bd5 -r 6583e52e028c lib/checkver
--- a/lib/checkver      Sun Feb 17 01:47:59 2013 +0000
+++ b/lib/checkver      Sun Feb 17 02:36:21 2013 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: checkver,v 1.15 2013/02/17 01:26:47 christos Exp $
+#      $NetBSD: checkver,v 1.16 2013/02/17 02:36:21 christos Exp $
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -143,8 +143,8 @@
                if [ $usedir -eq 1 -o $usefile -eq 1 ]; then
                        Usage
                fi;;
-       -v)     shlib_version=$OPTARG;;
-       -q)     quiet=1;;
+       v)      shlib_version=$OPTARG;;
+       q)      quiet=1;;
        *)      Usage;;
        esac
 done



Home | Main Index | Thread Index | Old Index