abuild.in: remove duplicate options_has call
This commit is contained in:
parent
5b163c2d58
commit
ed88353836
@ -77,7 +77,7 @@ want_check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
default_cleanup_srcdir() {
|
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"
|
chmod -R +w "$srcdir"
|
||||||
fi
|
fi
|
||||||
rm -rf "$srcdir"
|
rm -rf "$srcdir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user