Skip to content

Commit

Permalink
fix patch formating so that it is on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceml committed Dec 16, 2018
1 parent fe5ca8f commit f3cc7fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ePSXe64Ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ fi
if [ "$(. /etc/os-release ; echo $ID)" == "ubuntu" ] && [ "$(echo $(. /etc/os-release ; echo $VERSION_ID)|cut -c -2)" -ge 18 ]
then
xxd /tmp/epsxe_x64 /tmp/epsxe_x64.xxd
patch /tmp/epsxe_x64.xxd <(echo "6434c
00019210: 2e73 6f2e 3300 6375 726c 5f65 6173 795f .so.3.curl_easy_
.")
patch /tmp/epsxe_x64.xxd <(printf "6434c\n00019210: 2e73 6f2e 3300 6375 726c 5f65 6173 795f .so.3.curl_easy_\n.\n")
xxd -r /tmp/epsxe_x64.xxd "/home/$USER/ePSXe"
rm -f /tmp/epsxe_x64.xxd
if ! sha256sum -c --quiet <(echo "45fb1ee4cb21a5591de64e1a666e4c3cacb30fcc308f0324dc5b2b57767e18ee /home/$USER/ePSXe")
Expand Down

0 comments on commit f3cc7fe

Please sign in to comment.