Closed loqusion closed 1 year ago
Running this script on Linux created a directory named ~ in the current directory, since ~ doesn't expand within quotes in bash. This commit fixes that, and a few other potential errors caught by shellcheck.
~
Thanks for your PR, apologies for not merging it for such a long time.
Running this script on Linux created a directory named
~
in the current directory, since~
doesn't expand within quotes in bash. This commit fixes that, and a few other potential errors caught by shellcheck.