Skip to content
Snippets Groups Projects
Commit e30c5fc9 authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Fixed shebang and renamed to lib/kim/Install.py

parent c29e8fba
No related branches found
No related tags found
No related merge requests found
#!usr/local/python #!/usr/bin/env python
# install.py tool to setup the kim-api library # install.py tool to setup the kim-api library
# used to automate the steps described in the README file in this dir # used to automate the steps described in the README file in this dir
...@@ -148,4 +148,3 @@ if addflag == 1: ...@@ -148,4 +148,3 @@ if addflag == 1:
txt = commands.getstatusoutput(cmd) txt = commands.getstatusoutput(cmd)
print txt[1] print txt[1]
if txt[0] != 0: error() if txt[0] != 0: error()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment