forked from lijiext/lammps
Fixed shebang and renamed to lib/kim/Install.py
This commit is contained in:
parent
c29e8fba9b
commit
e30c5fc956
|
@ -1,4 +1,4 @@
|
|||
#!usr/local/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# install.py tool to setup the kim-api library
|
||||
# used to automate the steps described in the README file in this dir
|
||||
|
@ -148,4 +148,3 @@ if addflag == 1:
|
|||
txt = commands.getstatusoutput(cmd)
|
||||
print txt[1]
|
||||
if txt[0] != 0: error()
|
||||
|
Loading…
Reference in New Issue