Skip to content
Snippets Groups Projects
Commit 9a740d05 authored by Jim Pryor's avatar Jim Pryor Committed by Natanael Copa
Browse files

abump: verify that we're in git tree

parent 8198ded8
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ cvelist=
fixes=
[ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR"
git rev-parse 2>/dev/null || die "not in a git tree"
args=`getopt -o s:Rkqh --long security:,recursive,keep,quiet,help -n "$prog" -- "$@"`
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment