summaryrefslogtreecommitdiffstats
path: root/abump.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-05 00:21:32 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-09 07:10:27 +0000
commit9a740d05aab3c8e92e2315d2d3210e3306202665 (patch)
tree541de27704f0e40eecad78305101ab0dd270dbec /abump.in
parent8198ded868d4b7b98f8d06a2f0f0d90eaf2ad9da (diff)
downloadabuild-9a740d05aab3c8e92e2315d2d3210e3306202665.tar.bz2
abuild-9a740d05aab3c8e92e2315d2d3210e3306202665.tar.xz
abump: verify that we're in git tree
Diffstat (limited to 'abump.in')
-rwxr-xr-xabump.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/abump.in b/abump.in
index cf6b5eb..a344780 100755
--- a/abump.in
+++ b/abump.in
@@ -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