Skip to content

Commit

Permalink
Fix script line endings #8
Browse files Browse the repository at this point in the history
Fix line endings on linux scripts from windows (CRLF) to unix (LF).
  • Loading branch information
Cryptogenic committed May 12, 2020
1 parent 67e37cb commit a8253b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions extra/setup-toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh

cd $OO_PS4_TOOLCHAIN/bin/linux

# Make all binaries executable
chmod +x ./create-eboot
chmod +x ./create-lib
chmod +x ./readelf
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/create-eboot
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/create-lib
chmod +x $OO_PS4_TOOLCHAIN/bin/linux/readelf

0 comments on commit a8253b0

Please sign in to comment.