plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 074347f4e48331a75650d764c758cd041558668b
parent 237c30900cf261e31d54ed426ff4b1896e2e3667
Author: rsc <devnull@localhost>
Date:   Fri, 18 Mar 2005 18:51:02 +0000

allow -- to end options

Diffstat:
Mbin/g | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/g b/bin/g @@ -5,6 +5,10 @@ flags="" while [ $# != 0 -a $inflags = yes ] do case "$1" in + --) + inflags=no + shift + ;; -*) flags="$flags $1" shift