hummingbird-project / template

Hummingbird project template
12 stars 1 forks source link

Empty Package.swift and Dockerfile. #4

Closed 3a4oT closed 1 month ago

3a4oT commented 1 month ago

After I use:

curl -L https://raw.githubusercontent.com/hummingbird-project/template/main/scripts/download.sh | bash -s farm

and run

./configure.sh

Following error occurs:

Configuring your Hummingbird project
Outputting to current folder
Enter your package name: [farm] >
Enter your executable name: [App] >
/var/folders/zk/pr3r94yn7j52hjlxz7zmxq0h0000gp/T/tmp.NZJz9RPNt6/mo: line 904: MO_FUNCTION_CACHE_HIT[@]: unbound variable
/var/folders/zk/pr3r94yn7j52hjlxz7zmxq0h0000gp/T/tmp.NZJz9RPNt6/mo: line 904: MO_FUNCTION_CACHE_HIT[@]: unbound variable
/var/folders/zk/pr3r94yn7j52hjlxz7zmxq0h0000gp/T/tmp.NZJz9RPNt6/mo: line 904: MO_FUNCTION_CACHE_HIT[@]: unbound variable

I use zsh 5.9 on macOS Sonoma 14.5

adam-fowler commented 1 month ago

What happens if you just clone the GitHub repo and then run configure?

3a4oT commented 1 month ago

cloned version works fine.

adam-fowler commented 1 month ago

Think I may have fixed the download script as well, if you want to check

3a4oT commented 1 month ago

Thanks, @adam-fowler. It seems to be working now.