index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/cleanup | 2 |
diff --git a/bin/cleanup b/bin/cleanup index f01ba98..93af0bc 100755 --- a/bin/cleanup +++ b/bin/cleanup @@ -11,7 +11,7 @@ if ! tty -s && \ exit fi -if ! "${base_dir}/bin/sanity-check" -r; then +if [ -s "${work_dir}/build-master-sanity" ]; then >&2 echo 'Build master is not sane.' exit 1 fi |