summaryrefslogtreecommitdiffhomepage
path: root/subr/build.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/build.subr')
-rw-r--r--subr/build.subr2
1 files changed, 2 insertions, 0 deletions
diff --git a/subr/build.subr b/subr/build.subr
index 5b670793..075575c2 100644
--- a/subr/build.subr
+++ b/subr/build.subr
@@ -85,6 +85,8 @@ is_build_script_done() {
else
return 1; # Build
fi;
+ elif [ "${_restart_at}" = "ALL" ]; then
+ return 1; # Build
elif lmatch "${_restart_at}" , "${2}"; then
return 1; # Build
else