Skip to content

Commit

Permalink
Remove fixing of line endings for shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 16, 2023
1 parent 2ea7989 commit 678ada5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sinol_make/commands/gen/gen_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def run_ingen(ingen_exe, working_dir=None):

is_shell = os.path.splitext(ingen_exe)[1] == '.sh'
if is_shell:
util.fix_line_endings(ingen_exe)
st = os.stat(ingen_exe)
os.chmod(ingen_exe, st.st_mode | stat.S_IEXEC)

Expand Down

0 comments on commit 678ada5

Please sign in to comment.