mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Linux perl; missing from last PR
This commit is contained in:
parent
878fb951a8
commit
d2244b4a79
@ -77,8 +77,8 @@ astyleit() {
|
||||
$ASTYLE --options="$ASTYLEOPTS" "$1"
|
||||
modified=$1.unify_includes_modified
|
||||
cp "$1" "$modified"
|
||||
scripts/unify_includes.pl "$modified"
|
||||
scripts/doxygen_space.pl "$modified"
|
||||
scripts/unify_includes.pl -i.sortinc -n "$modified"
|
||||
scripts/doxygen_space.pl -0 -i.sortinc -n "$modified"
|
||||
diff "$1" "$modified" >/dev/null || mv "$modified" "$1"
|
||||
rm -f "$modified"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl -0 -i.sortinc -n
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# doxygen_space.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl -i.sortinc -n
|
||||
#!/usr/bin/env perl
|
||||
###########################################################################
|
||||
# unify_includes.pl
|
||||
# ---------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user