Skip to content

Commit

Permalink
Parameterized goals #115 attempt fixing tests macos 10.15 awk version…
Browse files Browse the repository at this point in the history
… 20070501
  • Loading branch information
xonixx committed Jan 26, 2023
1 parent 0a3fd14 commit 8dedaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function calcGlob(goalName, pattern, script, file) {
quicksort(GlobFiles,0,arrLen(GlobFiles)-1)
}

function parsePriv() { if ("@private" != $NF) return 0; NF--; return 1 }
function parsePriv() { if ("@private" != $NF) return 0; $NF=""; NF--; return 1 }

function handleGoalGlob( goalName,globAllGoal,globSingle,priv,i,pattern,nfMax) {
started("goal_glob")
Expand Down

0 comments on commit 8dedaa6

Please sign in to comment.