Skip to content

Commit

Permalink
scripts/rsync-generation/update-rsync-master: disable shellcheck fps
Browse files Browse the repository at this point in the history
Disable false positives, unfortunately including the most helpful check
SC2086.

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Mar 29, 2024
1 parent ed6eb03 commit 3cbbb77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/rsync-generation/update-rsync-master.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
#shellcheck disable=SC2016,SC2086
#SC2016: expressions don't expand in single quotes -> purposely in sed
#SC2086: double quote to prevent word splitting -> exactly what we need w/ set

SCRIPTSTARTTIME=$(date +%s)

Expand Down

0 comments on commit 3cbbb77

Please sign in to comment.