New commits:
commit 28bfe0094f575a91f6312959d2432830ef082677
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>
last line contained '&&' causing casting of ntp spellto fail with an
'unexpected EOF' error. After extra '&&' was removed the spell cast and
installed
without a problem.
diff --git a/utils/ntp/PRE_BUILD b/utils/ntp/PRE_BUILD
index 7918e5b..528884b 100755
--- a/utils/ntp/PRE_BUILD
+++ b/utils/ntp/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&