Description: Fix shebang in examples
Forwarded: not-needed
Author: dod@debian.org
--- a/examples/fioc.pl
+++ b/examples/fioc.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # fioc.pl: A Perl conversion of the fioc example IOCTL server program
 # from the FUSE distribution. I've endeavored to stay pretty close
--- a/examples/fioclient.pl
+++ b/examples/fioclient.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # fioclient.pl: A Perl version of the fioclient IOCTL client example from
 # the FUSE distribution.
--- a/examples/fsel.pl
+++ b/examples/fsel.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 no strict qw(refs);
--- a/examples/fselclient.pl
+++ b/examples/fselclient.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 no strict qw(refs);
