From e9afc9b1d3f4e8620d124e8f43a651df19280469 Mon Sep 17 00:00:00 2001 From: Michael Greenberg Date: Tue, 31 Oct 2023 11:25:49 -0700 Subject: [PATCH] turn off shellcheck warning missed in merge of #130 --- try | 1 + 1 file changed, 1 insertion(+) diff --git a/try b/try index 226b25b1..8521b707 100755 --- a/try +++ b/try @@ -233,6 +233,7 @@ EOF # --pid: create a new process namespace (needed fr procfs to work right) # --fork: necessary if we do --pid # "Creation of a persistent PID namespace will fail if the --fork option is not also specified." + # shellcheck disable=SC2086 # we want field splitting! unshare --mount --map-root-user --user --pid --fork $EXTRA_NS "$mount_and_execute" TRY_EXIT_STATUS=$?