From 36308f68ddd95984c1909c5ca00a6ab70544d15b Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 21 Dec 2020 10:52:01 +0000 Subject: tests: calm shellcheck down FossilOrigin-Name: 16695158bf8e9ce16fb245dd3d71c44b3678892cbc7e8cd7ca221ce7d4c48823 --- src/cpt-lib.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cpt-lib.in') diff --git a/src/cpt-lib.in b/src/cpt-lib.in index a8fac5c..3d2b2f4 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -1765,7 +1765,9 @@ create_cache() { # which point to them. mkdir -p "${tmp_dir:=${CPT_TMPDIR:=$cac_dir/proc}/$pid}" - # If an argument is given, skip the creation of other cache directories + # If an argument is given, skip the creation of other cache directories. + # This here makes shellcheck extremely angry, so I am globally disabling + # SC2119. [ "$1" ] || mkdir -p "${mak_dir:=$tmp_dir/build}" \ "${pkg_dir:=$tmp_dir/pkg}" \ "${tar_dir:=$tmp_dir/export}" -- cgit v1.2.3