mmiszczyk / deepmage

Hex editor for bit-level occultism
GNU General Public License v3.0
22 stars 1 forks source link

Convert line endings from Windows to Ubuntu #3

Closed techvoltage closed 6 years ago

techvoltage commented 6 years ago

Ubuntu requires Unix-style line endings (LF). On Ubuntu 16.04, it throws error: /usr/bin/env: ‘python3\r’: No such file or directory

mmiszczyk commented 6 years ago

that's weird, I just pulled the repo on Ubuntu and it works fine

mmiszczyk commented 6 years ago

Ok, I found out that the line endings were converted when pushing to git repo but not in the wheel. Fixing that right now.