Skip to content

Commit

Permalink
Fix premature return from znap source
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Jun 3, 2022
1 parent 19ff32d commit b2365b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/.znap.source.link
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ zf_ln -fhs "$tmp[1]" "$3" ||
return

.znap.compile $tmp[1]
return 0 # It doesn't matter if the compilation fails.

0 comments on commit b2365b1

Please sign in to comment.