mosh.pl: Make syntax valid before Makefile edits.

This commit is contained in:
John Hood
2015-05-28 22:46:33 -04:00
parent f3073bbe5d
commit 14bdd8f00f
+1 -1
View File
@@ -87,7 +87,7 @@ qq{Usage: $0 [options] [--] [user@]host [command...]
Please report bugs to mosh-devel\@mit.edu.
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>
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.