Skip to content

Commit

Permalink
fix: again download script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 28, 2024
1 parent d1d7319 commit 247ffbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pack-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function fetch() {
REPO_NAME="$4"
TAG="$5"
FILE_NAME="$out"
mkdir -p ${odir}
if [ -r ${odir}/${out} ]; then
>&2 echo "Found : ${odir}/${out}"
else
Expand All @@ -36,6 +35,7 @@ mkdir -p cjit-demo/include
cp -ra examples cjit-demo/

odir=dl
mkdir -p ${odir}

[ -r ${odir}/dmon.h ] ||
curl -L --output ${odir}/dmon.h https://raw.githubusercontent.com/septag/dmon/master/dmon.h
Expand Down

0 comments on commit 247ffbc

Please sign in to comment.