mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Allow useless cat.
This commit is contained in:
parent
81350e1ffc
commit
ce1cca8ebd
1 changed files with 5 additions and 0 deletions
5
.github/release-notes.sh
vendored
5
.github/release-notes.sh
vendored
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SC2002 disables "useless cat" warnings.
|
||||
# I prefer pipelines that start with an explicit input, and go from there.
|
||||
# Overly fussy.
|
||||
# shellcheck disable=SC2002
|
||||
|
||||
scratch=$(mktemp -d -t tmp.XXXXXXXXXX)
|
||||
finish() {
|
||||
rm -rf "$scratch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue