patch.fix-shebang-env.patch 334 B

123456789101112131415
  1. Description: Adjust shebang in example script
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Forwarded: not-needed
  4. Last-Update: 2018-11-03
  5. Related lintian warning: example-script-uses-bin-env
  6. --- a/samples/wc2re.pl
  7. +++ b/samples/wc2re.pl
  8. @@ -1,4 +1,4 @@
  9. -#!/bin/env perl
  10. +#!/usr/bin/perl
  11. use strict;
  12. use warnings;