build: fixed setup.sh script

This commit is contained in:
D. Moonfire 2022-11-02 17:59:13 -05:00
parent 3f959ff743
commit 83936c750c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)/..