build: fixed setup.sh script
This commit is contained in:
parent
3f959ff743
commit
83936c750c
2 changed files with 3 additions and 3 deletions
|
@ -34,5 +34,5 @@ These library are not on nuget.org (for various reasons). To use them, set up yo
|
|||
|
||||
The two libraries are:
|
||||
|
||||
- MfGames.Markdown
|
||||
- MfGames.Markdown.Gemtext
|
||||
- MfGames.Markdown
|
||||
- MfGames.Markdown.Gemtext
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Set up logging.
|
||||
log() { echo "📦️ $(basename $0): $@";
|
||||
log() { echo "📦️ $(basename $0): $@"; }
|
||||
|
||||
# Normalize our environment.
|
||||
cd $(dirname $0)/..
|
||||
|
|
Reference in a new issue