Skip to content

Commit

Permalink
Add #! and change mode to exec for bin/mic
Browse files Browse the repository at this point in the history
This enables support for source installations and prevents the error
"from: can't read /var/mail/microscopium", see:
http://stackoverflow.com/questions/8028036/what-does-this-message-mean-from-cant-read-var-mail-ex48-learn-python-the-h
  • Loading branch information
jni committed Apr 7, 2015
1 parent 5d46999 commit 686eb3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/mic
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from microscopium import main

if __name__ == '__main__':
Expand Down

0 comments on commit 686eb3a

Please sign in to comment.