Compare commits

..

No commits in common. "39d34c3f5ba62ff737177e394a9bfd7a8aaa0a35" and "1c5b9e8c3c8819b4da759f3b78be6fac78b83ef9" have entirely different histories.

2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ cache/
raw/ raw/
out/ out/
tmp/ tmp/
packages/

View file

@ -51,7 +51,7 @@ prepare_env()
mkdir_if_not_exists "./raw" mkdir_if_not_exists "./raw"
mkdir_if_not_exists "./tmp" mkdir_if_not_exists "./tmp"
[ ! -d "./packages" ] && { [ ! -d "./packages" ] && {
log "Packages not found. Cannot continue" error log "Packages not found. Cannot continue"
exit 4 exit 4
} }
} }