Skip to content

Commit

Permalink
no longer requires executable rights
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 22, 2016
1 parent 02d7e1c commit f532874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions chmod.py

This file was deleted.

2 changes: 1 addition & 1 deletion nsL Assembler.sublime-build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cmd": ["$packages/nsL Assembler/build.sh", "$file"],
"cmd": ["sh", "$packages/nsL Assembler/build.sh", "$file"],
"working_dir": "${project_path:${folder}}",
"file_regex": ".*rror:? \"(...*?)\" on line ([0-9]*)",
"selector" : "source.nsl",
Expand Down

0 comments on commit f532874

Please sign in to comment.