Skip to content

Commit

Permalink
Remove set +x
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 3, 2020
1 parent 0e2f568 commit 97fdf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cargo-for-all-lock-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ for lock_file in $files; do
true
else
failed_exit_code=$?
set +x
if [[ -n $ignore ]]; then
echo "$0: WARN: ignoring last cargo command failed exit code as requested:" $failed_exit_code
true
Expand Down

0 comments on commit 97fdf10

Please sign in to comment.