Browse Source

Use env, not python, for #! in prism-auto.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@4904 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 14 years ago
parent
commit
48c0cbbf12
  1. 2
      prism/etc/scripts/prism-auto

2
prism/etc/scripts/prism-auto

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# The prism-auto script automatically executes PRISM on one or more
# models/properties, for the purposes of benchmarking or testing.

Loading…
Cancel
Save