uncringed the patching behaviour

This commit is contained in:
Reonu
2021-04-27 11:54:02 +01:00
parent 7f65d72270
commit 960f695115

View File

@@ -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'