Open ROMVoid95 opened 4 years ago
Hi @ROMVoid95 , could you share the input that is causing this issue?
sure, https://haste.romvoid.dev/maquyikiba.awk
i was thinking, and maybe something with the script calling other scripts??
branchsuffix=$(cc-param branch-suffix)
I think the following is causing the issue:
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
echo "Execution stopped."
fi
Yep thats it. removed the two sections of the script that had that and it worked. so its errored on
if [[ $REPLY =~ ^[Yy]$ ]] then
# do stuff
fi
Getting this error when running the command to convert, also, might be related to this. The online version in the README also shows this error when you input a sh script
and the error on the web version