1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Update to 0.3: Fix bug in command line processing.

Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
This commit is contained in:
Eivind Eklund 2004-01-04 13:11:06 +00:00
parent 920b655212
commit 1440f537fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97269
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= etcmerge
PORTVERSION= 0.2
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= sysutils textproc
MASTER_SITES= # none

View File

@ -50,6 +50,7 @@ while getopts ":d:e:r:s:" ARGUMENT ; do
*) usage; exit 1 ;;
esac
done
shift $(($OPTIND - 1))
#