summaryrefslogtreecommitdiffstats
path: root/scripts/switch_all_submodules_to_head_and_clean
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/switch_all_submodules_to_head_and_clean')
-rwxr-xr-xscripts/switch_all_submodules_to_head_and_clean4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/switch_all_submodules_to_head_and_clean b/scripts/switch_all_submodules_to_head_and_clean
index 017153719..631381272 100755
--- a/scripts/switch_all_submodules_to_head_and_clean
+++ b/scripts/switch_all_submodules_to_head_and_clean
@@ -35,12 +35,12 @@ if [[ ! -e "$THISSCRIPT" ]]; then
exit 1
fi
-if [[ ! -z "`git status --porcelain --ignore-submodules`" ]]; then
+if [[ ! -z "`git status --porcelain`" ]]; then
git reset --hard HEAD
git clean -dxff
fi
git pull
-if [[ ! -z "`git status --porcelain --ignore-submodules`" ]]; then
+if [[ ! -z "`git status --porcelain`" ]]; then
git reset --hard HEAD
git clean -dxff
fi