Skip to content

Commit

Permalink
Release 0.9.18 #108
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Feb 11, 2022
1 parent b1195ce commit 579ed45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makesure_candidate
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ body,goalBody,goalBodies,resolvedGoals,exitCode, t0,t1,t2, goalTimed, list) {
printf " %s", quote2(ArgGoals[i],1)
print ":"
for (i = 0; i in resolvedGoals; i++)
print " " quote2(resolvedGoals[i])
if (!reachedGoals[goalName=resolvedGoals[i]] && !emptyGoals[goalName])
print " " quote2(goalName)
} else {
for (i = 0; i in resolvedGoals; i++) {
goalName = resolvedGoals[i]
Expand Down

0 comments on commit 579ed45

Please sign in to comment.