lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 85dd47f 6/6: Split a long line for readabilit


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 85dd47f 6/6: Split a long line for readability
Date: Thu, 16 Feb 2017 14:26:58 -0500 (EST)

branch: master
commit 85dd47f37d978cfa6bc4a68d00b53603d307da05
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Split a long line for readability
---
 hooks/pre-commit | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hooks/pre-commit b/hooks/pre-commit
index 4f6e8e6..668ebbc 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -2,7 +2,7 @@
 
 # git pre-commit hook
 
-# Copyright (C) 2016 Gregory W. Chicares.
+# Copyright (C) 2016, 2017 Gregory W. Chicares.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
@@ -26,7 +26,10 @@ set -e
 check_concinnity()
 {
     output=$( \
-        make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile 
check_concinnity \
+        make \
+          src_dir=/opt/lmi/src/lmi \
+          -f /opt/lmi/src/lmi/GNUmakefile \
+          check_concinnity \
         2>&1 | sed \
           -e"/^Is it time to 'make release_candidate'?$/d" \
           -e'/^make[[]/d' \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]