guix: Remove redundant ShellCheck source directives

This commit is contained in:
Hennadii Stepanov
2026-04-29 11:46:42 +01:00
parent 62cf7bc53f
commit 53388773af

View File

@@ -2,10 +2,7 @@
export LC_ALL=C
set -e -o pipefail
# shellcheck source=contrib/shell/realpath.bash
source contrib/shell/realpath.bash
# shellcheck source=contrib/shell/git-utils.bash
source contrib/shell/git-utils.bash
################