#987021 mosh: should use /usr/bin/perl #! line

Package:
mosh
Source:
mosh
Description:
Mobile shell that supports roaming and intelligent local echo
Submitter:
Benjamin Barenblat
Date:
2021-04-15 18:54:03 UTC
Severity:
minor
#987021#5
Date:
2021-04-15 18:52:15 UTC
From:
To:
/usr/bin/mosh starts with

    #!/usr/bin/env perl

for portability. On Debian, however, Perl is always installed at
/usr/bin/perl; mosh should be patched to use the correct #! line.