Closed olddesklamp closed 1 year ago
Can't execute the script due to a syntax error.
josh@mercury:~/Downloads/git/hardcode-fixer$ sudo sh fix.sh fix.sh: 19: Syntax error: "(" unexpected josh@mercury:~/Downloads/git/hardcode-fixer$
I just cloned the script minutes before submitting this issue. I'm running the script on Pop!_OS 22.04 using Bash 5.1.16.
Try to replace the command with sudo bash fix.sh. Posix shell (dash) is not supported.
sudo bash fix.sh
Can't execute the script due to a syntax error.
I just cloned the script minutes before submitting this issue. I'm running the script on Pop!_OS 22.04 using Bash 5.1.16.