summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
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"