diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2016-02-26 23:15:48 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2016-02-26 23:15:48 +0800 |
commit | 1b8ad2c9f03c9c7eab3ef0d048a59150559b1af8 (patch) | |
tree | 5ab2dd94283b6978af1eb24a66a1683b1d86e842 | |
parent | 6def46b94413056eb59af3bbe3d7ce1687bd0c43 (diff) | |
download | empathy-1b8ad2c9f03c9c7eab3ef0d048a59150559b1af8.tar.gz |
build: Don't hardcode #!/usr/bin/python
https://bugzilla.gnome.org/show_bug.cgi?id=762737
-rw-r--r-- | tools/glib-gtypes-generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glib-gtypes-generator.py b/tools/glib-gtypes-generator.py index 1477bd37b..a3097f96f 100644 --- a/tools/glib-gtypes-generator.py +++ b/tools/glib-gtypes-generator.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Generate GLib GInterfaces from the Telepathy specification. # The master copy of this program is in the telepathy-glib repository - |