mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
############################################
|
||||
# Copyright (c) 2012 Microsoft Corporation
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue