Skip to content

Commit

Permalink
Show all lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Aug 28, 2024
1 parent 65d0d4c commit 5e81edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tests/run_binary_expansions/expansions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -o errexit -o nounset -o pipefail

mkdir -p $(dirname $1)
outfile=$1
# hello world
rm -f $outfile
for each in $@; do
sanitized=${each/darwin/PLATFORM}
Expand Down

0 comments on commit 5e81edf

Please sign in to comment.