mosh.pl: Make syntax valid before Makefile edits.
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ qq{Usage: $0 [options] [--] [user@]host [command...]
|
|||||||
Please report bugs to mosh-devel\@mit.edu.
|
Please report bugs to mosh-devel\@mit.edu.
|
||||||
Mosh home page: http://mosh.mit.edu\n};
|
Mosh home page: http://mosh.mit.edu\n};
|
||||||
|
|
||||||
my $version_message = qq{@PACKAGE_STRING@ [build @VERSION@]
|
my $version_message = '@PACKAGE_STRING@ [build @VERSION@]' . qq{
|
||||||
Copyright 2012 Keith Winstein <mosh-devel\@mit.edu>
|
Copyright 2012 Keith Winstein <mosh-devel\@mit.edu>
|
||||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||||
This is free software: you are free to change and redistribute it.
|
This is free software: you are free to change and redistribute it.
|
||||||
|
|||||||
Reference in New Issue
Block a user