diff options
Diffstat (limited to 'apkgrel.in')
-rw-r--r-- | apkgrel.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ while true; do -z|--zero) setto=0; cmd=do_set;; -a|--add) cmd=do_add;; -g|--clean-git) # verify that we're in a git tree + [ "$ABUILD_GIT" != "true" ] || die "can't locate git command" $ABUILD_GIT rev-parse 2>/dev/null || die "not in a git tree" cmd=do_add only_clean_git=1;; |