nix-helpers: diff 7db97b9b c9756ac9

Branch: master

Commit: 7db97b9bf27fc20bae2eb66d47d821d8133ac151

Author: Chris Warburton <chriswarbo@gmail.com>
Date: Tue 20 Feb 21:29:30 UTC 2024
Parent: c9756ac9e944a24291d9eba8d57f67ccf095a35e
Log message:

    inNixedDir: skip shellcheck warning (it's a string of bash)

    1: diff --git a/helpers/inNixedDir/inNixedDir.sh b/helpers/inNixedDir/inNixedDir.sh
    2: index e3c317e..e1873c6 100755
    3: --- a/helpers/inNixedDir/inNixedDir.sh
    4: +++ b/helpers/inNixedDir/inNixedDir.sh
    5: @@ -14,6 +14,7 @@ then
    6:      INNER="$NAME"
    7:  else
    8:      SCRATCH=$(mktemp -d)
    9: +    # shellcheck disable=SC2064
   10:      trap "rm -rf $SCRATCH" EXIT
   11:      INNER="$SCRATCH/$NAME"
   12:  fi

Generated by git2html.