lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f26f807 2/2: Guard '. /path/to/script' with a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f26f807 2/2: Guard '. /path/to/script' with a shellcheck directive
Date: Sat, 17 Oct 2020 09:58:30 -0400 (EDT)

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

    Guard '. /path/to/script' with a shellcheck directive
---
 lmi_setup_43.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index f93b201..de1e421 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -97,6 +97,7 @@ chmod g=u+s     /opt/lmi/touchstone
 cp -a /opt/lmi/proprietary/test/* /opt/lmi/touchstone/
 
 # Remove object files previously built without proprietary source:
+# shellcheck disable=SC1091
 . /opt/lmi/src/lmi/set_toolchain.sh
 rm /opt/lmi/"${LMI_COMPILER}_${LMI_TRIPLET}"/build/ship/my*
 



reply via email to

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