summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-04-29 18:26:47 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-29 21:40:06 +0000
commited8835383683d8f46233f8ec2f2056d720208e54 (patch)
tree1718ef831c935410bf3c87ae509b9942b9f33c30 /abuild.in
parent5b163c2d58c7a135fd6ff6dc31995252f1c139d2 (diff)
downloadabuild-ed8835383683d8f46233f8ec2f2056d720208e54.tar.bz2
abuild-ed8835383683d8f46233f8ec2f2056d720208e54.tar.xz
abuild.in: remove duplicate options_has call
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 7acc422..9edea57 100644
--- a/abuild.in
+++ b/abuild.in
@@ -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"