You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Merge pull request #13 from Reonu/uncringepatch
apply_patch creates conflicts instead of rejects
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
||||
read -p "Do you wish to apply the patch '$1'? [Y/N] " response
|
||||
case "$response" in
|
||||
Y|y)
|
||||
patch -p1 < "$1"
|
||||
patch -p1 --merge < "$1"
|
||||
;;
|
||||
N|n)
|
||||
echo 'Quit'
|
||||
|
||||
Reference in New Issue
Block a user