Skip to content

Commit

Permalink
shellcheck suppression
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 13, 2024
1 parent 4ecf602 commit 51d77d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/camkes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_H
BOOTSTRAP_HASKELL_INSTALL_STACK=1 \
BOOTSTRAP_HASKELL_ADJUST_BASHRC=P sh

# shellcheck disable=SC1091
source /root/.ghcup/env

# Pick a random group ID, one that won't clash with common user GIDs
Expand Down
3 changes: 1 addition & 2 deletions scripts/sel4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ if [ "$DESKTOP_MACHINE" = "no" ] ; then
exit 1
fi

# shellcheck disable=SC2086
for compiler in gcc-${compiler_version}-arm-linux-gnueabi \
cpp-${compiler_version}-arm-linux-gnueabi \
g++-${compiler_version}-arm-linux-gnueabi \
Expand All @@ -127,7 +126,7 @@ if [ "$DESKTOP_MACHINE" = "no" ] ; then
gcc-${compiler_version}-arm-linux-gnueabihf \
cpp-${compiler_version}-arm-linux-gnueabihf \
g++-${compiler_version}-arm-linux-gnueabihf \
$MORE_COMP
$MORE_COMP # shellcheck disable=SC2086
# end of list
do
echo "${compiler}"
Expand Down

0 comments on commit 51d77d1

Please sign in to comment.