lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 23ef51a 05/18: Resolve a shellcheck "SC2166"


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 23ef51a 05/18: Resolve a shellcheck "SC2166" warning
Date: Wed, 29 May 2019 18:49:07 -0400 (EDT)

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

    Resolve a shellcheck "SC2166" warning
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index ded0ce2..47a9ad2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,7 +23,7 @@
 # email: <address@hidden>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-if [ ! -f configure.ac -o ! -f Makefile.am -o ! -f lmi.png ]; then
+if [ ! -f configure.ac ] || [ ! -f Makefile.am ] || [ ! -f lmi.png ]; then
     echo "Please run this script from the lmi source directory."
     exit 2
 fi



reply via email to

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