fix: shellcheck warnings on install-neo

main
Rob Muhlestein 8 months ago
parent 434a460b18
commit eb5328514a

@ -11,7 +11,7 @@ mkdir -p "$(basename "$dir")"
if [ ! -d "$dir" ]; then if [ ! -d "$dir" ]; then
gh repo clone st3w/neo "$dir" gh repo clone st3w/neo "$dir"
fi fi
cd "$dir" cd "$dir" || exit
./autogen.sh ./autogen.sh
./configure ./configure
make make

Loading…
Cancel
Save