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:
parent
920b655212
commit
1440f537fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97269
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= etcmerge
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils textproc
|
||||
MASTER_SITES= # none
|
||||
|
@ -50,6 +50,7 @@ while getopts ":d:e:r:s:" ARGUMENT ; do
|
||||
*) usage; exit 1 ;;
|
||||
esac
|
||||
done
|
||||
shift $(($OPTIND - 1))
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user