From 8ebfafbce86b1235961309079d6917b170226dd0 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sun, 27 Jun 2021 19:27:35 +0900 Subject: [PATCH] shellcheck: shell=bash --- pkgs/build-support/setup-hooks/make-symlinks-relative.sh | 1 + pkgs/build-support/setup-hooks/multiple-outputs.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/build-support/setup-hooks/make-symlinks-relative.sh b/pkgs/build-support/setup-hooks/make-symlinks-relative.sh index 0608d3ca81c4..fd65f2e8e13b 100644 --- a/pkgs/build-support/setup-hooks/make-symlinks-relative.sh +++ b/pkgs/build-support/setup-hooks/make-symlinks-relative.sh @@ -1,3 +1,4 @@ +# shellcheck shell=bash fixupOutputHooks+=(_makeSymlinksRelative) # For every symlink in $output that refers to another file in $output diff --git a/pkgs/build-support/setup-hooks/multiple-outputs.sh b/pkgs/build-support/setup-hooks/multiple-outputs.sh index bfa47e3b20e1..babcd7cdd6cd 100644 --- a/pkgs/build-support/setup-hooks/multiple-outputs.sh +++ b/pkgs/build-support/setup-hooks/multiple-outputs.sh @@ -1,3 +1,4 @@ +# shellcheck shell=bash # The base package for automatic multiple-output splitting. Used in stdenv as well. preConfigureHooks+=(_multioutConfig) preFixupHooks+=(_multioutDocs)