lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e164680 3/4: Write a handy command on one lin


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e164680 3/4: Write a handy command on one line to facilitate copying and pasting
Date: Mon, 4 Feb 2019 20:12:05 -0500 (EST)

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

    Write a handy command on one line to facilitate copying and pasting
---
 gwc/develop1.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index ddf9754..ff828ca 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -184,8 +184,7 @@ 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
+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
 
   # Validate xrc files
 



reply via email to

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