lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0e87186 3/3: Write a two-line command on a si


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0e87186 3/3: Write a two-line command on a single line
Date: Wed, 3 Jun 2020 17:16:27 -0400 (EDT)

branch: master
commit 0e87186640a00ce0e7a3f8dc726e6a7d67c42f8b
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Write a two-line command on a single line
---
 gwc/develop1.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 35ae930..c400d8d 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -220,8 +220,7 @@ make $coefficiency --output-sync=recurse -f install_wx.make 
>../log 2>&1
 make $coefficiency --output-sync=recurse -f install_wxpdfdoc.make >../log 2>&1
 
   # Shift differing system-test files among directories:
-cd /opt/lmi/touchstone
-d="/opt/lmi/touchstone-old/touchstone-$(date -u +'%Y%m%dT%H%MZ')" && mkdir -p 
$d && for z in *; do cmp --quiet $z ../test/$z || ( mv $z $d/$z; mv ../test/$z 
./$z; ) ; done
+pushd /opt/lmi/touchstone && d="/opt/lmi/touchstone-old/touchstone-$(date -u 
+'%Y%m%dT%H%MZ')" && mkdir -p $d && for z in *; do cmp --quiet $z ../test/$z || 
( mv $z $d/$z; mv ../test/$z ./$z; ) ; done && popd
 
   # Validate xrc files
 



reply via email to

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