mirror of https://github.com/zulip/zulip.git
Use /usr/bin/env python for process_fts_updates.
`/usr/bin/env python` is almost always preferred over specifying the specific python to run (and this script doesn't work for me on OSX with /usr/bin/python specified). (imported from commit 531e6062ba0ac1f25e3c681bb5cf83a918d0e3e7)
This commit is contained in:
parent
07bb7b2fee
commit
8a8efdc537
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
import psycopg2
|
import psycopg2
|
||||||
import psycopg2.extensions
|
import psycopg2.extensions
|
||||||
import select
|
import select
|
||||||
|
|
Loading…
Reference in New Issue