Marcel Telka
2022-07-13 42c0cd3586ad9814e6466cb0b17b7e2c522b7c97
tools/perl-integrate-module: properly remove all remnants before we start

1 files modified
3 ■■■■ changed files
tools/perl-integrate-module 3 ●●●● patch | view | raw | blame | history
tools/perl-integrate-module
@@ -111,7 +111,8 @@
# Remove everything from git (except history and perl-integrate-module.conf)
rm -f history perl-integrate-module.conf
find . -type f | while read f ; do rm -f "$f" ; git rm "$f" > /dev/null 2>&1 ; done
find . -type f | while read f ; do git rm "$f" > /dev/null 2>&1 ; done
rm -rf "$DIR"
git checkout history > /dev/null 2>&1
git checkout perl-integrate-module.conf > /dev/null 2>&1
touch perl-integrate-module.conf