Skip to content

Commit

Permalink
Make @use_lib apply also to @reached_if xonixx#76 : minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Nov 20, 2021
1 parent 6ab7417 commit 431968e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/15_lib.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

@define HELLO="Hello"
# TODO found one other bug, but let's fix it separately
#@define HELLO="Hello"

@lib
f1 () {
echo "$HELLO $1"
# TODO found one other bug, but let's fix it separately
#echo "$HELLO $1"
echo "Hello $1"
}

@goal g1
Expand Down

0 comments on commit 431968e

Please sign in to comment.