diff -Naur exo-0.3.2/exo/make-exo-alias.pl exo-0.3.2.tpg/exo/make-exo-alias.pl --- exo-0.3.2/exo/make-exo-alias.pl 2007-01-20 13:58:22.000000000 +0000 +++ exo-0.3.2.tpg/exo/make-exo-alias.pl 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/perl -w # # Copyright (c) 2004 The GLib Development Team. # Copyright (c) 2005 Benedikt Meurer . diff -Naur exo-0.3.2/exo-helper/helpers/exo-compose-mail-0.3 exo-0.3.2.tpg/exo-helper/helpers/exo-compose-mail-0.3 --- exo-0.3.2/exo-helper/helpers/exo-compose-mail-0.3 2007-01-20 13:58:22.000000000 +0000 +++ exo-0.3.2.tpg/exo-helper/helpers/exo-compose-mail-0.3 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # # exo-compose-mail-0.3 - Perl script to parse mailto:-URIs and invoke the # various included MailReaders with the appropriate diff -Naur exo-0.3.2/python/examples/binding.py exo-0.3.2.tpg/python/examples/binding.py --- exo-0.3.2/python/examples/binding.py 2007-01-20 13:58:18.000000000 +0000 +++ exo-0.3.2.tpg/python/examples/binding.py 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # binding.py - Example demonstrating the usage of exo.Binding and # exo.MutualBinding to automatically synchronize GObject diff -Naur exo-0.3.2/python/examples/ellipsizing.py exo-0.3.2.tpg/python/examples/ellipsizing.py --- exo-0.3.2/python/examples/ellipsizing.py 2007-01-20 13:58:18.000000000 +0000 +++ exo-0.3.2.tpg/python/examples/ellipsizing.py 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # ellipsizing.py - Simple example to demonstrate the usage of # exo.EllipsizedLabel and exo.CellRendererEllipsizedText, diff -Naur exo-0.3.2/python/examples/preferred-applications.py exo-0.3.2.tpg/python/examples/preferred-applications.py --- exo-0.3.2/python/examples/preferred-applications.py 2007-01-20 13:58:18.000000000 +0000 +++ exo-0.3.2.tpg/python/examples/preferred-applications.py 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # preferred-applications.py - Example demonstrating the usage of the preferred # applications and the URL modules in libexo. diff -Naur exo-0.3.2/python/examples/toolbars.py exo-0.3.2.tpg/python/examples/toolbars.py --- exo-0.3.2/python/examples/toolbars.py 2007-01-20 13:58:18.000000000 +0000 +++ exo-0.3.2.tpg/python/examples/toolbars.py 2007-08-25 18:52:59.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # toolbars.py - Simple example to demonstrate the usage of the editable # toolbars framework in libexo.