Skip to content

Commit

Permalink
Fix shellcheck findings
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Mar 1, 2024
1 parent a295506 commit 682bcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exaslct_scripts/exaslct.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/update_apt_packages_in_package_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fi
SEARCH_DIRECTORY=$1
REPLACE=$2

while read LIST_NEWEST_VERSION_OUTPUT; do
while read -r LIST_NEWEST_VERSION_OUTPUT; do
bash "$SCRIPT_DIR/update_apt_package_in_package_list.sh" "$LIST_NEWEST_VERSION_OUTPUT" "$SEARCH_DIRECTORY" "$REPLACE" || true
done

0 comments on commit 682bcc1

Please sign in to comment.