mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
astyle updates cosmetics, temporary file cleanups
This commit is contained in:
parent
e72a82e04f
commit
8c918aeaf3
@ -27,6 +27,12 @@ if [ -z "$ASTYLE" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if type -p tput >/dev/null; then
|
||||
elcr="$(tput el)$(tput cr)"
|
||||
else
|
||||
elcr=" \r"
|
||||
fi
|
||||
|
||||
if ! type -p flip >/dev/null; then
|
||||
if type -p dos2unix >/dev/null; then
|
||||
flip() {
|
||||
|
@ -30,6 +30,9 @@ find . \
|
||||
-o -name "*.astyle" \
|
||||
-o -name "sha*.diff" \
|
||||
-o -name "*.bom" \
|
||||
-o -name "*.bak" \
|
||||
-o -name "*.rej" \
|
||||
-o -name "*.orig" \
|
||||
-o -name "*~" \
|
||||
\) \
|
||||
-print \
|
||||
|
Loading…
x
Reference in New Issue
Block a user