diff options
author | Guillem Jover <guillem@debian.org> | 2015-04-30 01:16:11 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-05-09 06:19:40 +0200 |
commit | 2c1bc6002ed100c29e1567683d75c36e58ea6f0c (patch) | |
tree | 898bd2b31278a61bb542249934bd21a5e1708c26 /scripts/dpkg-source.pl | |
parent | ab15fd24dd1a8207ab1463410338f24283989f7c (diff) | |
download | dpkg-2c1bc6002ed100c29e1567683d75c36e58ea6f0c.tar.gz |
dpkg-source: Remove stray whitespace in shebang
Spotted-by: Justin F. Hallett <thesin@users.sf.net>
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index b236645ce..e0b8b8ef4 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/perl # # dpkg-source # |