diff options
author | Stef Walter <stefw@redhat.com> | 2014-03-23 09:04:54 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2014-03-23 09:04:54 +0100 |
commit | 5b3a10be39dc8ec63c7f93ca052085823a841ba0 (patch) | |
tree | 9596e404c6c8a79fe8853703541bca94ab78c814 /build/tap-driver | |
parent | 2b928c7230d5b71958922cde9d9669b9888eb02a (diff) |
build: Use /usr/bin/env to find python
https://bugzilla.gnome.org/show_bug.cgi?id=726909
Diffstat (limited to 'build/tap-driver')
-rwxr-xr-x | build/tap-driver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tap-driver b/build/tap-driver index 3906b40..96fd219 100755 --- a/build/tap-driver +++ b/build/tap-driver @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2013 Red Hat, Inc. # |