diff options
author | Max Rees <maxcrees@me.com> | 2019-06-04 00:31:45 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-03-07 17:34:10 -0600 |
commit | bed5c444f37fc4e0558af45c1d82005b331d4b0e (patch) | |
tree | a301e6da045942d85ac78638709a4609612e3cba /abump.in | |
parent | 54d6a4a10318f06ba10d28ab8ac8290f81cb6970 (diff) | |
download | abuild-bed5c444f37fc4e0558af45c1d82005b331d4b0e.tar.gz abuild-bed5c444f37fc4e0558af45c1d82005b331d4b0e.tar.bz2 abuild-bed5c444f37fc4e0558af45c1d82005b331d4b0e.tar.xz abuild-bed5c444f37fc4e0558af45c1d82005b331d4b0e.zip |
abump, apkgrel: ensure git is maybe installed first
Diffstat (limited to 'abump.in')
-rw-r--r-- | abump.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ cvelist= fixes= [ -n "$APORTSDIR" ] || error "can't locate \$APORTSDIR" +[ "$ABUILD_GIT" != "true" ] || die "can't locate git command" $ABUILD_GIT rev-parse 2>/dev/null || die "not in a git tree" args=$(getopt -o f:s:Rkqh --long fixes:,security:,recursive,keep,quiet,help \ |