abuild.in: remove duplicate options_has call

This commit is contained in:
Leo 2019-04-29 18:26:47 -03:00 committed by Natanael Copa
parent 5b163c2d58
commit ed88353836
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ want_check() {
}
default_cleanup_srcdir() {
if option_has options_has "chmod-clean" && test -d "$srcdir"; then
if options_has "chmod-clean" && test -d "$srcdir"; then
chmod -R +w "$srcdir"
fi
rm -rf "$srcdir"