Skip to content

Commit

Permalink
Fix bug in indent.sh script
Browse files Browse the repository at this point in the history
o The indent script wasn't parsing the input file list correctly
  - add "shift" statement to fix this
  • Loading branch information
mewall authored and nicolasbock committed Jun 30, 2023
1 parent a0ab766 commit 8e3f556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/indent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if (( $# > 0 )); then
echo "unknown suffix"
;;
esac
shift
done
else
readarray -t SH_FILES < <(git ls-files -- '*.sh')
Expand Down

0 comments on commit 8e3f556

Please sign in to comment.