From 14bdd8f00f5a7e0acbb2a607a5d84ae6c151aaf8 Mon Sep 17 00:00:00 2001 From: John Hood Date: Thu, 28 May 2015 22:46:33 -0400 Subject: [PATCH] mosh.pl: Make syntax valid before Makefile edits. --- scripts/mosh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mosh.pl b/scripts/mosh.pl index 9b801e0..6a3aea6 100755 --- a/scripts/mosh.pl +++ b/scripts/mosh.pl @@ -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 License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it.