# | Line 6 | Line 6 | MD5_LAST32="c5e46781d21cd4414e92d9150251 | |
---|---|---|
6 | ||
7 | echo "Welcome to the Oni 2 (Angel Studios) Layout Patch Tool." | |
8 | ||
9 | < | if [ -z $1 ]; then |
9 | > | if [ -z "$1" ]; then |
10 | echo "You need to pass me the path to your ISO of Oni 2. Exiting." | |
11 | exit | |
12 | fi |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |