From 4cc145a21e5f9af8abc8a24dd9b4e39e2a2aeceb Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 8 Sep 1991 21:04:21 +0000
Subject: [PATCH] Fixed missing quote.

---
 Build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Build b/Build
index ad68d6a99..0344eb17d 100755
--- a/Build
+++ b/Build
@@ -1,10 +1,10 @@
 #!/bin/sh
-# $Id: Build,v 1.5 1991/09/04 19:52:54 ceder Exp $
+# $Id: Build,v 1.6 1991/09/08 21:04:21 ceder Exp $
 date
 make TOPDIR=`pwd` depend \
 && echo '*** Depend ready. Making libraries. ***' \
 && make TOPDIR=`pwd` libraries \
 && echo '*** Libraries ready. Making binaries. ***' \
 && make TOPDIR=`pwd` binaries \
-&& echo '*** All binaries built succesfully. Install manually.
+&& echo '*** All binaries built succesfully. Install manually.'
 date
-- 
GitLab