Skip to content

Commit

Permalink
Disable shellcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jan 30, 2021
1 parent 9ea24d3 commit 550bd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions checker/bin-devel/javac
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ nl='
'
for i in "$@" ; do
IFS=
# shellcheck disable=SC2027
args=$args$nl"'"$i"'"
IFS="$saveIFS"
done
Expand Down
3 changes: 2 additions & 1 deletion checker/bin-devel/javac-debug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ./gradlew compileJava
# to debug changes rather than creating .jar files with "./gradlew assemble".

# When editing, keep this file in sync with javac in this directory.
# When editing, keep this file in sync with ./javac .

mydir="$(dirname "$0")"
case $(uname -s) in
Expand Down Expand Up @@ -41,6 +41,7 @@ nl='
'
for i in "$@" ; do
IFS=
# shellcheck disable=SC2027
args=$args$nl"'"$i"'"
IFS="$saveIFS"
done
Expand Down

0 comments on commit 550bd2c

Please sign in to comment.