| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,8 +22,8 @@ test -z "$(git status -s -- "$version_path" "$changes_path")" | |||
| 22 | 22 | ||
| 23 | 23 | # This section can be commented out, if absolutely necessary. | |
| 24 | 24 | printf 'Checking that ALL changes are committed.\n' | |
| 25 | - git status -s | ||
| 26 | - test -z "$(git status -s)" | ||
| 25 | + git status -s --ignore-submodules | ||
| 26 | + test -z "$(git status -s --ignore-submodules)" | ||
| 27 | 27 | ||
| 28 | 28 | printf 'Gathering current version, latest tag, and current HEAD commit info.\n' | |
| 29 | 29 | version_version="$(cat "$version_path")" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments