mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Add missing shebang in `scripts/update_api.py
`. The script
was already marked as executable but it wasn't possible to execute from a shell due to the missing shebang.
This commit is contained in:
parent
a52d81ef3e
commit
1d9a7dcf47
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
############################################
|
||||
# Copyright (c) 2012 Microsoft Corporation
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue