Skip to content

Commit

Permalink
Update export-azure-vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jun 11, 2024
1 parent 76d6009 commit a178f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/export-azure-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# From pure-sh-bible
# Setting 'IFS' tells 'read' where to split the string.
# shellcheck disable=SC2296
while IFS='=' read -r key val; do
# Skip over lines containing comments.
[ "${key##\#*}" ] || continue
Expand Down

0 comments on commit a178f4d

Please sign in to comment.