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"