Skip to content

Commit

Permalink
Builder: fixed regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Aug 28, 2024
1 parent 5aa894e commit c43fc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree/rebol/Siskin/siskin.reb
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ do-nest: closure/with/extern [
if all [
run-result?
not no-eval?
object? result
block? result
file? result/name
][
print [as-green "^/Executing:" to-local-file result/name]
Expand Down Expand Up @@ -1464,7 +1464,7 @@ build: function/with [
unless spec/compiler [
if have-files? [
;; if there are any files to be compiled, warn that the compiler is unknown
print-warning "No compiler to use."
print-info "No compiler to use."
]
unless out-file [
out-file: spec/script ;; if Rebol preprocessor was used
Expand Down

0 comments on commit c43fc57

Please sign in to comment.