diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:06:44 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:06:44 -0600 |
commit | 3779be838eec0d8ed61e9b19339e07259a38b2c8 (patch) | |
tree | cc664911c0b0530eb7299023ad3fb4a67514478d | |
parent | 2d86534927ca39c7241ce49135ecde62ff81fcd1 (diff) | |
download | riibalanced-patcher-3779be838eec0d8ed61e9b19339e07259a38b2c8.tar riibalanced-patcher-3779be838eec0d8ed61e9b19339e07259a38b2c8.tar.gz riibalanced-patcher-3779be838eec0d8ed61e9b19339e07259a38b2c8.tar.bz2 |
use correct quotes
-rwxr-xr-x | patch_iso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch_iso.sh b/patch_iso.sh index d391dee..5609176 100755 --- a/patch_iso.sh +++ b/patch_iso.sh @@ -98,7 +98,7 @@ if [[ ERROR -ne 0 ]]; then if [[ $(id -u) == 0 ]]; then chown Administrator:None . ./install.sh - export PATH='$PATH:/cygdrive/c/Program Files/Wiimm/WIT:/cygdrive/c/Program Files (x86)/Wiimm/WIT' + export PATH="$PATH:/cygdrive/c/Program Files/Wiimm/WIT:/cygdrive/c/Program Files (x86)/Wiimm/WIT" else echo "You will now be prompted to enter your password for sudo in order for wit to install." sudo ./install.sh |