mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -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
|
exit 1
|
||||||
fi
|
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 flip >/dev/null; then
|
||||||
if type -p dos2unix >/dev/null; then
|
if type -p dos2unix >/dev/null; then
|
||||||
flip() {
|
flip() {
|
||||||
|
@ -30,6 +30,9 @@ find . \
|
|||||||
-o -name "*.astyle" \
|
-o -name "*.astyle" \
|
||||||
-o -name "sha*.diff" \
|
-o -name "sha*.diff" \
|
||||||
-o -name "*.bom" \
|
-o -name "*.bom" \
|
||||||
|
-o -name "*.bak" \
|
||||||
|
-o -name "*.rej" \
|
||||||
|
-o -name "*.orig" \
|
||||||
-o -name "*~" \
|
-o -name "*~" \
|
||||||
\) \
|
\) \
|
||||||
-print \
|
-print \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user